1.处理了热更资源配置Editor脚本中冗余的部分 2.将热更资源配置继承基类改为OdinEditor,使其能适配Odin 3.重新整理了打包部分的代码块 4.添加了允许同时选择多个子包打包的逻辑(开发中) 5.添加了选择子包时查看其全局配置的逻辑
30 lines
723 B
JSON
30 lines
723 B
JSON
{
|
||
"name": "com.staryevo.tools",
|
||
"version": "1.3.31",
|
||
"displayName": "00.StaryEvo.Tools",
|
||
"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",
|
||
"com.staryevo.informationsave": "2.0.1"
|
||
},
|
||
"samples": [
|
||
{
|
||
"displayName": "Loading",
|
||
"description": "",
|
||
"path": "Samples~/SplashScreen"
|
||
}
|
||
]
|
||
}
|