新增 FlowScope Git 包雏形
This commit is contained in:
21
Packages/com.flowscope.gamecore/package.json
Normal file
21
Packages/com.flowscope.gamecore/package.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "com.flowscope.gamecore",
|
||||
"displayName": "FlowScope Game Core",
|
||||
"version": "0.2.0-preview.1",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user