copy from github
This commit is contained in:
18
package.json
Normal file
18
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user