Persistent Save Data
caLLowCreation
$35.00
(no ratings)
Date |
Price |
---|---|
日期和时间 |
价钱($) |
03/17(2018) |
35.0 |
11/12(2020) |
17.5 |
11/14(2020) |
35.0 |
11/01(2024) |
35.0 |
Jump AssetStore
Now send/retrieve your saved data to/from a REST endpoint
With Persistent Save Data any Unity developer can save and load data cross-platform in many ways. The main purpose of this asset is to provide an easy way to accomplish this task without the need to write a single line of code. Just add a Persistent component and you choose the data to save/load in the the inspector. Out of the box the basic data formats are available: JSON, Binary (Serialization), XML, CSV and PlayerPrefs.
Persistent Save Data works without the need to script/code anything. This package was designed from the ground up to provide a robust and flexible component based persistent system. Just add a component and select the properties you would like to persist.
Persistent Save Data was developed to be extensible for the coders out there. With the API you can create new save/load data formats and data types. Primitive data types are supported but any data type can be added with ease as the example scripts provided will show.
Slide Tutorial - Readme - YouTube Playlist
Features:
- NO setup required.
- Completly component based.
- Save/Load multiple formats (ie XML and JSON) at once without code.
- Save/Load primitives, vectors, colors and more without code.
- Update other object from save/load data without code.
- Compatible with 2D and 3D projects
- Example code provided
- **Any public field or property can be saved/loaded from any component without coding
- Custom Unity property inspector
- Extensible API to create your own formats and data types.
** A custom formatter and Parser may need to be written. Contact us for help if needed!