Files
plugin-library/Assets/00.StaryEvo/package.json
mzh a42a663ad2 【m】优化打包工具
1.修复包体配置项在配置文件Inspector面板不显示的问题
2.修复在打包工具面板修改包体配置时无法保存的问题
2026-03-31 17:28:20 +08:00

34 lines
787 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "com.staryevo.main",
"version": "2.1.5",
"displayName": "00.StaryEvo",
"description": "This is an Framework package(后台服务器版本端口9527)",
"unity": "2021.3",
"unityRelease": "30f1",
"author": {
"name": "staryEvo",
"email": "zaze97@163.com",
"url": ""
},
"repository": {
"type": "git",
"url": "http://192.168.31.100:8088/framework/xosmopluginlibrary.git#02.InformationSave"
},
"dependencies": {
"com.cysharp.unitask": "2.5.10",
"com.tuyoogame.yooasset": "2.3.16"
},
"samples": [
{
"displayName": "Framework Example Scenes",
"description": "",
"path": "Samples~/Test"
},
{
"displayName": "Loading",
"description": "",
"path": "Samples~/SplashScreen"
}
]
}