Files
FlowScope/Packages/com.flowscope.gamecore/package.json
2026-06-08 16:38:02 +08:00

29 lines
673 B
JSON

{
"name": "com.flowscope.gamecore",
"displayName": "FlowScope Game Core",
"version": "0.2.0-preview.2",
"unity": "2022.3",
"description": "A lightweight Unity game flow, resource, config, save, audio, and UI runtime foundation.",
"keywords": [
"gameflow",
"runtime",
"resources",
"ui",
"addressables"
],
"author": {
"name": "FlowScope"
},
"dependencies": {
"com.unity.addressables": "1.21.21",
"com.unity.ugui": "1.0.0"
},
"samples": [
{
"displayName": "MainMenuP0",
"description": "Minimal FlowScope bootstrap, feature, UI, save, and preload sample.",
"path": "Samples~/MainMenuP0"
}
]
}