1.添加配置文件全局获取方法HotfixMainResDomain.Get,含不存在时补充创建逻辑 2.优化加载场景的缺失提示和获取途径,处理选中配置文件时循环报错的问题 3.添加包体配置项,允许对子包配置做独立处理
34 lines
787 B
JSON
34 lines
787 B
JSON
{
|
||
"name": "com.staryevo.main",
|
||
"version": "2.1.1",
|
||
"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"
|
||
}
|
||
]
|
||
}
|