Publisher | Acobs Technologies |
---|---|
File size | 688.41kB |
Number of files | 145 |
Latest version | 1.0.1 |
Latest release date | 2024-02-12 07:24:24 |
First release date | 2024-02-12 07:24:24 |
Supported Unity versions | 2018.4.2 or higher |
The Acobs File Browser is implemented in a modular way to allow for rich customization and integration into your game menus.
The main file browser API component includes the core functionality of a file browser and helper functions to interact with the file system. You can build your own UI around this API, customize the existing one, or use the provided pre-made file browsers that can be used out of the box.
Pre-made file browsers can also be customized with themes, you can place them on any canvas, and different screen orientations for Android devices are supported.
On Android versions that require the Storage Access Framework, the user can give the app permissions for directories and then browse them as usual in this file browser.
The file browser API is fully documented and some unit tests for the Unity Test Runner are provided here.