Publisher | olusola olaoye |
---|---|
File size | 31.55MB |
Number of files | 38 |
Latest version | 1 |
Latest release date | 2023-10-16 12:09:23 |
First release date | 2022-02-10 01:53:14 |
Supported Unity versions | 2018.4.2 or higher |
Cute File Browser is an in-game file browser that allows you to access different locations on your device. You can load images from files, load texts from files and load videos from files. You can also save texts to files.
Core Functionalities
- Browsing different directories
- Copy directory to clip-board
- Search box to search for files in directory
- Can load files from disk
- Can save files from disk
- Load video files from disk to unity's video player
- Access folders and files on disk
- Easy to navigate User Interface
- Go back functionality
- Light Mode and dark mode
- Easy to understand source-code
- Lightweight
- Easy to extend
- Can be used for multiple projects
- Easy to use
- Can be used for gaming and non-gaming applications
- Customisable
Limitations (Please read)
- Technically, this package can work for any operating system. It does not depend on any windows DLL. However it is primarily built to access files and directories for standalone windows games/apps. If you have decent programming skills you can easily extend it to access mac / linux file adresses rather than windows file adress.
- This package will not be fully functional for windows UWP apps. This is because UWP apps have strict access for file access and you have to use the UWP sdk to access any location you want. If you use this package for your UWP application/game, you will only be able to access the "Application.PersistentDataPath" directory.