Files
unity-save-system/package.json
Sebastian Bularca b5d13e86d9 copy from github
2026-03-27 15:14:08 +01:00

19 lines
493 B
JSON

{
"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"
}
}