copy from github

This commit is contained in:
Sebastian Bularca
2026-03-27 15:14:08 +01:00
parent 4aefcfd47f
commit b5d13e86d9
63 changed files with 1706 additions and 2 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "com.jovian.savesystem",
"version": "0.1.0",
"displayName": "Jovian Save System",
"description": "A generic, game-agnostic save system supporting multiple save slots, sessions, auto-saves, and dual JSON/Binary serialization.",
"unity": "2022.3",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "3.2.1"
},
"keywords": [
"save",
"persistence",
"serialization"
],
"author": {
"name": "Jovian"
}
}