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

31 lines
729 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-05-16 11:07:02 +08:00
"version": "1.1.1",
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 11:25:22 +08:00
"dependencies": {
"com.cysharp.unitask": "2.5.10",
"com.code-philosophy.hybridclr": "4.0.15",
2025-04-15 17:06:01 +08:00
"com.tuyoogame.yooasset": "2.3.7",
"com.staryevo.informationsave": "1.x.x"
2025-04-11 11:25:22 +08:00
},
2025-03-31 11:16:52 +08:00
"samples": [
{
"displayName": "Framework Example Scenes",
"description": "",
"path": "Samples~"
}
]
2025-03-31 11:19:27 +08:00
}