Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kilosoft/savesystem
Unity Simple Save System
https://github.com/kilosoft/savesystem
code csharp framework json plugin save unity unity3d unity3d-framework unity3d-plugin
Last synced: 2 months ago
JSON representation
Unity Simple Save System
- Host: GitHub
- URL: https://github.com/kilosoft/savesystem
- Owner: Kilosoft
- Created: 2019-08-27T13:57:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-10T10:13:35.000Z (over 5 years ago)
- Last Synced: 2024-03-28T06:29:24.436Z (10 months ago)
- Topics: code, csharp, framework, json, plugin, save, unity, unity3d, unity3d-framework, unity3d-plugin
- Language: C#
- Homepage:
- Size: 169 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SaveSystem
[![Discord](https://img.shields.io/discord/608666714653065217.svg?label=Discord)](https://discord.gg/UWkHKB)
Unity simple save system
```
SaveSystem.Set("MyInt", 1);
``````
var value = SaveSystem.Get("MyInt");
```