Files
ShrinkDataSaver/package.json
T
cneicy ec87b0bde3
Publish UPM package / publish (push) Successful in 2s
chore(editor): unify data saver settings menu
2026-08-26 12:48:31 +08:00

30 lines
980 B
JSON

{
"name": "com.cneicy.shrink-datasaver",
"version": "2.2.1",
"displayName": "ShrinkDataSaver",
"description": "模块化 Unity 存档与设置管理系统,支持多槽位、链式版本迁移、AES-256 加密、关键模块保护、跨模块查询与事件驱动架构。",
"unity": "2022.3",
"documentationUrl": "https://git.crash.work/ShrinkSDK/ShrinkDataSaver",
"changelogUrl": "https://git.crash.work/ShrinkSDK/ShrinkDataSaver/src/branch/main/CHANGELOG.md",
"licensesUrl": "https://github.com/cneicy/ShrinkDataSaver/blob/main/LICENSE",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "3.2.1",
"com.cysharp.unitask": "2.5.0",
"com.unity.modules.imageconversion": "1.0.0",
"com.unity.modules.screencapture": "1.0.0"
},
"keywords": [
"save",
"load",
"data",
"settings",
"serialization",
"encryption",
"migration"
],
"author": {
"name": "cneicy",
"url": "https://git.crash.work/ShrinkSDK"
}
}