111
This commit is contained in:
@@ -6,7 +6,9 @@
|
||||
"com.stary.evo.editor",
|
||||
"com.stary.buildoriginality.runtime",
|
||||
"YooAsset",
|
||||
"YooAsset.Editor"
|
||||
"YooAsset.Editor",
|
||||
"DOTween.Modules",
|
||||
"UniTask"
|
||||
],
|
||||
"includePlatforms": [
|
||||
"Editor"
|
||||
|
||||
@@ -31,6 +31,11 @@ namespace Stary.Evo
|
||||
public async static Task<string[]> GetServerDomainAllName()
|
||||
{
|
||||
var serverDomainEntities = await GetServerDomainAll();
|
||||
if (serverDomainEntities == null)
|
||||
{
|
||||
Debug.LogError($"UnityEvo:获取服务器全部作用域失败...服务器返回空");
|
||||
return null;
|
||||
}
|
||||
List<string> domains = new List<string>();
|
||||
for (int i = 0; i < serverDomainEntities.Count; i++)
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "com.staryevo.buildoriginality",
|
||||
"version": "1.0.10",
|
||||
"version": "1.0.11",
|
||||
"displayName": "00.StaryEvo.BuildOriginality",
|
||||
"description": "美术打包工具",
|
||||
"unity": "2021.3",
|
||||
|
||||
Reference in New Issue
Block a user