All Platforms Save v2.0
Easy to use save system compatible with all Unity platforms.

* This page contains affiliate links, meaning we may earn a small commission if you purchase something through them, at no extra cost. FREE
- Category:
- Tools › Integration
- Developer:
- Gley
- Price:
- FREE
- Favorites:
- 39
- Supported Unity Versions:
- 2021.3.30 or higher
- Current Version:
- 2.1.4
- Download Size:
- 518.00 KB
- Last Update:
- Mar 18, 2025
- Description:
- Key features:
* Easy to use: same line of code to save or load game data on all supported Unity platforms.
* Game data can be saved using PlayerPrefs, external files, or as a string that can be then uploaded on an external server.
* Works on all Unity platforms without making any changes to the code.
* Supports multiple save files.
This asset is also included inside a collection of assets that helps you speed up your development process when your game is almost ready to be published.
Faster support is available through a Discord channel.
For detailed instructions, please check the documentation.
A demo is available for Android and PC.
Please note that this package is not fully compatible with v1.x.x. An upgrade guide is available.
If you are interested in other assets made by GLEY, please visit our Asset Store Page. - Technical Details:
- Serialization Methods
* JSON Serialization File Save: Serializes data using built-in JSON serializer and saves the result into an external file.
* JSON Serialization Player Prefs: Serializes data using built-in JSON serializer and saves the result as a string using PlayerPrefs.
* Binary Serialization File Save: Serializes data using Binary Formatter and saves the result into an external file.
* Binary Serialization Player Prefs: Serializes data using the Binary Formatter and saves the result as a string using PlayerPrefs. - Continue »