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

30 lines
684 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",
2025-04-11 10:35:10 +08:00
"version": "1.0.5",
2025-03-31 11:19:27 +08:00
"displayName": "00.StaryEvo",
2025-03-31 11:16:52 +08:00
"description": "This is an Framework package",
"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 09:56:06 +08:00
"dependencies": {
"com.cysharp.unitask": "2.5.10",
2025-04-11 10:35:10 +08:00
"com.code-philosophy.hybridclr": "4.0.15",
2025-04-11 09:56:06 +08:00
"com.tuyoogame.yooasset": "2.3.7"
},
2025-03-31 11:16:52 +08:00
"samples": [
{
"displayName": "Framework Example Scenes",
"description": "",
"path": "Samples~"
}
]
2025-03-31 11:19:27 +08:00
}