File Management Test Application icon

File Management Test 1.4

20.4 MB / 5+ Downloads / Rating 4.2 - 6 reviews


See previous versions

File Management Test, developed and published by Javier Monsuarez, has released its latest version, 1.4, on 2017-05-01. This app falls under the Libraries & Demo category on the Google Play Store and has achieved over 500 installs. It currently holds an overall rating of 4.2, based on 6 reviews.

File Management Test APK available on this page is compatible with all Android devices that meet the required specifications (Android 2.3+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: com.etoile.filemanagement

Updated: 8 years ago

Developer Name: Javier Monsuarez

Category: Libraries & Demo

App Permissions: Show more

Installation Instructions

This article outlines two straightforward methods for installing File Management Test on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

App Rating

4.2
Total 6 reviews

Reviews

5 ★, on 2017-05-24
Hhbn.

5 ★, on 2017-03-20
Iloveit

Previous Versions

File Management Test 1.4
2017-05-01 / 20.4 MB / Android 2.3+

About this app

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.

App Permissions

Allows applications to open network sockets.
Allows an application to write to external storage.
Allows an application to read from external storage.