File Management Test Apk
Apk Infos
Version | 1.4 |
Rating | 4.2/5, based on 6 votes |
Size | 20.4 MB |
Requires Android | Android 2.3+ (Gingerbread) |
Author's Notes | Test application for the File Management Asset in the Unity Asset Store. |
About File Management Test APK
Table Of Contents
Description
File Management: The easiest way to save and read files for Unity.Are you trying to build your project for a new platform and your actual code is not saving files correctly?
Do you have compatibility issues between plug-ins?
Are you using some plug-ins that has known problems on store approvals?
Are your “save” solutions hard to manage and configure?
So this is for you, the File Management asset uses only two files to let you read and write files on almost every platform supported by Unity engine.
File Management doesn’t make use of plug-ins, neither specific compilation requirements or configurations, just import, code, and deploy.
FileManagement is designed to simplify the developer’s life, no need to read extensive and complex documentation. If you are using PlayerPref already, so you know how to use FileManagement, then you may implement the extended functionality.
Advantages:
- Full source code available.
- PlayerPrefs are not used at all, this is the perfect replacement (even WebGL).
- Just rename PlayerPrefs with FileManagement in your actual code and you are done.
- No plug-ins needed: ensures stability for your other plug-ins, completely avoids conflicts and ensures on-line store approval.
- Just switch platform and deploy, no further configurations needed at all.
- Unified API (no specific interfaces), compatible with mobile, standalone and web platforms.
- Uses StreamingAssets as default folder, this content can be overridden by new saved files automatically.
- WebGL: No server-side code needed, FileManagement accesses the StreamingAssets fodler (StreamingAssets is read-only on all platforms).
- Fast and lightweight. Much faster than PlayerPrefs, XML & JSON structures.
- Every save call actually writes to disk, no need of PlayerPrefs.Save() functionality, there is no risk of data loss.
- Use built in encryption, or call your own function.
- Save and read almost any C# type, through useful unified interfaces.
- Save and read encrypted binary data easily.
- Full documentation and easy to understand examples.
- You can use your own serialization solution and save with FileManagement.
Supported platforms are:
- Windows: x86 & x86_x64.
- Mac OS X: x86, x86_x64 & Universal.
- Linux: x86, x86_x64 & Universal.
- IOS: Mono2x & IL2CPP.
- Android.
- Windows Store: 8.1, Phone 8.1, Universal 8.1 & Univarsal 10 (.NET, IL2CPP, XAML & D3D).
- WebGL.
How to install File Management Test APK on Android phone or tablet?
Download File Management Test APK file from ApkClean, then follow these steps:
Update Phone Settings
- Go to your phone Settings page
- Tap Security or Applications (varies with device)
- Check the Unknown Sources box
- Confirm with OK
Go to Downloads
- Open Downloads on your device by going to My Files or Files
- Tap the APK file you downloaded (com.etoile.filemanagement-v1.4-ApkClean.apk)
- Tap Install when prompted, the APK file you downloaded will be installed on your device.
Older Versions
1.4 (15) | 20.4 MB |
Questions & Answers
Q: What is an APK File?
A: Just like Windows (PC) systems use an .exe file for installing software, Android does the same. An APK file is the file format used for installing software on the Android operating system.
Q: If I install an APK from this website, will I be able to update the app from the Play Store?
A: Yes, absolutely. The Play Store installs APKs it downloads from Google's servers, and sideloading from a site like ApkClean.net goes through a very similar process, except you're the one performing the downloading and initiating the installation (sideloading).
As soon as the Play Store finds a version of the app newer than the one you've sideloaded, it will commence an update.
Q: Why ApkClean.net can guarantee APK 100% safe?
A: Whenever someone wants to download an APK file from ApkClean.net, we'll check the corresponding APK file on Google Play and allow user download it directly (of course, we'll cache it on our server). If the APK file does not exist on Google Play, we'll search it in our cache.
Q: What are Android App permissions?
A: Apps require access to certain systems within your device. When you install an application, you are notified of all of the permissions required to run that application.
Don't hesitate to contact us if you have any questions or concerns.
(*) is required