111
This commit is contained in:
@@ -24,6 +24,7 @@ namespace Stary.Evo
|
||||
|
||||
ip = hotfixMainResDomain.hotfixMainResDomainEntity.ipconfig;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 获取服务器全部作用域
|
||||
/// </summary>
|
||||
@@ -66,7 +67,7 @@ namespace Stary.Evo
|
||||
var resDmainRequst = new ResProductRequst()
|
||||
{
|
||||
ProductName = Application.identifier,
|
||||
#if UNITY_EDITOR
|
||||
#if UNITY_EDITOR
|
||||
Platform = UnityEditor.EditorUserBuildSettings.activeBuildTarget.ToString()
|
||||
#else
|
||||
Platform = Application.platform.ToString()
|
||||
@@ -79,6 +80,20 @@ namespace Stary.Evo
|
||||
{
|
||||
List<ResDmainResponse> resDmainResponse =
|
||||
JsonConvert.DeserializeObject<List<ResDmainResponse>>(resDmainMessageEntity.data.ToString());
|
||||
ResDmainResponse mainDmainResponse = default;
|
||||
for (int i = 0; i < resDmainResponse.Count; i++)
|
||||
{
|
||||
if (resDmainResponse[i].DomainName == "Main")
|
||||
{
|
||||
mainDmainResponse = resDmainResponse[i];
|
||||
}
|
||||
}
|
||||
|
||||
if (mainDmainResponse.DomainName == "Main")
|
||||
{
|
||||
resDmainResponse.Remove(mainDmainResponse);
|
||||
}
|
||||
|
||||
return resDmainResponse;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "com.staryevo.buildoriginality",
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.4",
|
||||
"displayName": "00.StaryEvo.BuildOriginality",
|
||||
"description": "美术打包工具",
|
||||
"unity": "2021.3",
|
||||
|
||||
Reference in New Issue
Block a user