Skip to content

Sava/Load game data for unity engine.

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta
Notifications You must be signed in to change notification settings

kaiyumcg/KSaveDataManager

Repository files navigation

KSaveDataManager

Sava/Load simple to complex class data for unity engine. Very early prototype stage prototype designed to load and save data from disk or cloud with encryption support. Supported unity version: 2020.3.3f1 or up

Installation:

  • Add an entry in your manifest.json as follows:
"com.kaiyum.ksavedatamanager": "https://github.com/kaiyumcg/KSaveDataManager.git"

Since unity does not support git dependencies, you need the following entries as well:

"com.kaiyum.attributeext2": "https://github.com/kaiyumcg/NaughtyAttributes",
"com.kaiyum.unityext": "https://github.com/kaiyumcg/UnityExt.git",
"com.kaiyum.editorutil": "https://github.com/kaiyumcg/EditorUtil.git"

Add them into your manifest.json file in "Packages" directory of your unity project, if they are already not in manifest.json file.

About

Sava/Load game data for unity engine.

Topics

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages