Publisher | Eos Software |
---|---|
File size | 52.83kB |
Number of files | 10 |
Latest version | 1.0.2 |
Latest release date | 2014-02-05 07:33:14 |
First release date | 2014-01-29 09:05:16 |
Supported Unity versions | 2018.4.2 or higher |
Persist provides serialization for your game data.
The interface of the serialization API is kept as clean as possible. This first version allows you to serialize to and from JSON, and it also allows you to hook up your own custom serialization formats.
You can use Persist for:
- Loading configurations from assets
- Saving a game state
- Communication format
The interface of the serialization API is kept as clean as possible. This first version allows you to serialize to and from JSON, and it also allows you to hook up your own custom serialization formats.
You can use Persist for:
- Loading configurations from assets
- Saving a game state
- Communication format