Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xjine/unity_saveloadmanagerbase
Base class of to save and load data.
https://github.com/xjine/unity_saveloadmanagerbase
assets unity
Last synced: 13 days ago
JSON representation
Base class of to save and load data.
- Host: GitHub
- URL: https://github.com/xjine/unity_saveloadmanagerbase
- Owner: XJINE
- License: bsd-3-clause
- Created: 2022-06-27T02:27:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-30T07:57:36.000Z (about 1 year ago)
- Last Synced: 2024-03-20T20:12:35.742Z (9 months ago)
- Topics: assets, unity
- Language: C#
- Homepage:
- Size: 26.4 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unity_SaveLoadManagerBase
Base class of to save and load data.
## Importing
You can use Package Manager or import it directly.
```
https://github.com/XJINE/Unity_SaveLoadManagerBase.git?path=Assets/Packages/SaveLoadManagerBase
```### Dependencies
This project use following resources.
- https://github.com/XJINE/Unity_SingletonMonoBehaviour