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",
|
||||
|
||||
@@ -249,7 +249,7 @@ RectTransform:
|
||||
m_AnchorMin: {x: 0, y: 0}
|
||||
m_AnchorMax: {x: 0, y: 0}
|
||||
m_AnchoredPosition: {x: 0, y: -0.095}
|
||||
m_SizeDelta: {x: 32.34861, y: 5}
|
||||
m_SizeDelta: {x: 20, y: 3}
|
||||
m_Pivot: {x: 0.5, y: 0.5}
|
||||
--- !u!223 &7581257579931840423
|
||||
Canvas:
|
||||
|
||||
@@ -52,7 +52,7 @@ public class DeviceXEventHandler : MonoBehaviour
|
||||
void Start()
|
||||
{
|
||||
StringEventSystem.Global.Register<bool>("X_Button", SetXbutton);
|
||||
StringEventSystem.Global.Register<HierarchyType>("X_SetHierarchyType", SetHierarchyType);
|
||||
StringEventSystem.Global.Register<HierarchyType>("X_ButtonHierarchyType", SetHierarchyType);
|
||||
}
|
||||
void OnDestroy()
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "com.staryevo.tools",
|
||||
"version": "1.1.12",
|
||||
"version": "1.1.13",
|
||||
"displayName": "00.StaryEvo.Tools",
|
||||
"description": "This is an Framework package(后台服务器版本,端口9527)",
|
||||
"unity": "2021.3",
|
||||
|
||||
Reference in New Issue
Block a user