Publisher | blevok LLC |
---|---|
File size | 252.05kB |
Number of files | 7 |
Latest version | 1.0.0 |
Latest release date | 2025-03-05 12:10:21 |
First release date | 2025-03-05 12:10:21 |
Supported Unity versions | 2018.4.2 or higher |
Storage Tools For Android provides access to native storage and utility functions on Android phones and tablets. It uses Android’s Storage Access Framework (SAF), which grants read and write access to files and folders that are selected by the end user. Selecting a folder also grants access to its descendants.
Any function that affects the path of an item automatically returns the new path.
Setup is quick and simple. Example code is included for all functions, as well as a demo scene that shows basic usage.
Supports Android API level 26 and above, and Unity 2019 and above.
Pickers
- OpenFilePicker
- OpenMultiFilePicker
- OpenFolderPicker
File and folder operations
- CreateFile
- DeleteFile
- CreateFolder
- DeleteFolder
- CopyFile
- CopyFolder
- MoveFile
- MoveFolder
- RenameFile
- RenameFolder
- WriteBytesToFile
- ReadBytesFromFile
File and folder information
- CheckExists
- IsFolder
- GetFolderContents
- GetFileOrFolderName
- GetParentFolder
- GetFileSizeInBytes
- GetCreationTime
- GetLastModifiedTime
Storage information
- GetTotalStorageInBytes
- GetUsedStorageInBytes
- GetAvailableStorageInBytes
- GetTotalRamInBytes
- GetUsedRamInBytes
- GetAvailableRamInBytes
- GetLowRamThresholdInBytes
- IsLowRamState
System information
- GetCurrentDateTime
- GetOsVersionCode
- GetLocale
- GetDeviceModel
- GetScreenResolution
- IsTablet
- IsDeveloperModeEnabled
- GetBatteryLevelPercent
- IsBatteryCharging
- GetBatteryTemperatureInCelsius
- GetBatteryHealth
Misc utilities
- GetTextFromClipboard
- CopyTextToClipboard
- SendToastNotification
- OpenAppSettings
- OpenStoreListing
- OpenOtherAppStoreListing