Acobs File Browser
A file browser for your Unity projects! Works out of the box by using a prefab and making a function call, or can be customized and integrated into your game menus.
by Acobs Technologies
Price History +
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.