Publisher | Wojciech Grodzicki |
---|---|
File size | 434.59kB |
Number of files | 15 |
Latest version | 1 |
Latest release date | 2024-09-20 03:48:12 |
First release date | 2024-09-20 03:48:12 |
Supported Unity versions | 2018.4.2 or higher |
PlayerPrefsJson is a lightweight alternative for the Unity's built-in PlayerPrefs class. Instead of using system's registry, it allows to save data in the convenient JSON format, making it easier to read, write or share files, locally or in the cloud.
The asset requires minimal setup and can be added on top of an already existing project. It can be used to easily substitute standard PlayerPrefs in a safe manner or it can work alongside them as well.
PlayerPrefsJson uses the popular Json.NET framework by Newtonsoft to ensure the industry's standard way of handling JSON files. It also includes an easy-to-use editor tool which helps to define custom settings according to your project's specific needs.