Files
plugin-library/Assets/00.StaryEvo/package.json

34 lines
787 B
JSON
Raw Normal View History

2025-03-31 11:16:52 +08:00
{
2025-03-31 11:19:27 +08:00
"name": "com.staryevo.main",
"version": "2.1.4",
2025-03-31 11:19:27 +08:00
"displayName": "00.StaryEvo",
2025-05-30 14:50:46 +08:00
"description": "This is an Framework package(后台服务器版本端口9527)",
2025-03-31 11:16:52 +08:00
"unity": "2021.3",
2025-03-31 11:19:27 +08:00
"unityRelease": "30f1",
2025-03-31 11:16:52 +08:00
"author": {
2025-03-31 11:19:27 +08:00
"name": "staryEvo",
"email": "zaze97@163.com",
2025-03-31 11:16:52 +08:00
"url": ""
},
2025-03-31 11:19:27 +08:00
"repository": {
"type": "git",
"url": "http://192.168.31.100:8088/framework/xosmopluginlibrary.git#02.InformationSave"
},
2025-04-11 11:25:22 +08:00
"dependencies": {
2025-10-31 11:18:23 +08:00
"com.cysharp.unitask": "2.5.10",
"com.tuyoogame.yooasset": "2.3.16"
2025-04-11 11:25:22 +08:00
},
2025-03-31 11:16:52 +08:00
"samples": [
{
"displayName": "Framework Example Scenes",
"description": "",
2025-07-02 16:28:08 +08:00
"path": "Samples~/Test"
},
{
"displayName": "Loading",
"description": "",
"path": "Samples~/SplashScreen"
2025-03-31 11:16:52 +08:00
}
]
2025-03-31 11:19:27 +08:00
}