diff --git a/Assets/00.StaryEvoTools/Editor/HybridClREntranceEditor.cs b/Assets/00.StaryEvoTools/Editor/HybridClREntranceEditor.cs index bf2aae0..6023e8f 100644 --- a/Assets/00.StaryEvoTools/Editor/HybridClREntranceEditor.cs +++ b/Assets/00.StaryEvoTools/Editor/HybridClREntranceEditor.cs @@ -77,7 +77,7 @@ namespace Stary.Evo //loaddoamin绘制 // 获取当前选中的索引 - if (currentStage == StageType.Developer) + if (currentStage == StageType.Developer && loadDomainNames != null && loadDomainNames.Length > 1) { int loadDomainSelectedIndex = System.Array.IndexOf(loadDomainNames, loadDomain.stringValue); if (loadDomainSelectedIndex < 0) loadDomainSelectedIndex = 0; // 默认选中第一个 diff --git a/Assets/00.StaryEvoTools/Resources/Art/loading/loading.anim b/Assets/00.StaryEvoTools/Resources/Art/loading/loading.anim index 4d1f788..8e97ec8 100644 --- a/Assets/00.StaryEvoTools/Resources/Art/loading/loading.anim +++ b/Assets/00.StaryEvoTools/Resources/Art/loading/loading.anim @@ -22,21 +22,21 @@ AnimationClip: curve: - time: 0 value: {fileID: 21300000, guid: 20bd3a7d4fc9a524bbf61182c533ca3b, type: 3} - - time: 0.041666668 - value: {fileID: 21300000, guid: 785b854e52949974bbcf7cffe9f2fe45, type: 3} - - time: 0.083333336 - value: {fileID: 21300000, guid: 447abf40886f3d746ae0a6e421fc79a3, type: 3} - time: 0.125 - value: {fileID: 21300000, guid: c7aebd0fc26b3114599bdeb67b357e8d, type: 3} - - time: 0.16666667 - value: {fileID: 21300000, guid: 7394905ce4d9bd0489359cdd4e98c151, type: 3} - - time: 0.20833333 - value: {fileID: 21300000, guid: 7a66cba7038dd6b4b9de9c6e500d5764, type: 3} + value: {fileID: 21300000, guid: 785b854e52949974bbcf7cffe9f2fe45, type: 3} - time: 0.25 + value: {fileID: 21300000, guid: 447abf40886f3d746ae0a6e421fc79a3, type: 3} + - time: 0.375 + value: {fileID: 21300000, guid: c7aebd0fc26b3114599bdeb67b357e8d, type: 3} + - time: 0.5 + value: {fileID: 21300000, guid: 7394905ce4d9bd0489359cdd4e98c151, type: 3} + - time: 0.625 + value: {fileID: 21300000, guid: 7a66cba7038dd6b4b9de9c6e500d5764, type: 3} + - time: 0.75 value: {fileID: 21300000, guid: d51293ac5494cb548a963535faed27fc, type: 3} - - time: 0.29166666 + - time: 0.875 value: {fileID: 21300000, guid: 92fbe592ca44f704eb1a9d6da285623e, type: 3} - - time: 0.33333334 + - time: 1 value: {fileID: 21300000, guid: 40e2c85e4a389ca48b21222144ba317c, type: 3} attribute: m_Sprite path: @@ -74,7 +74,7 @@ AnimationClip: m_AdditiveReferencePoseClip: {fileID: 0} m_AdditiveReferencePoseTime: 0 m_StartTime: 0 - m_StopTime: 0.375 + m_StopTime: 1.0416666 m_OrientationOffsetY: 0 m_Level: 0 m_CycleOffset: 0 diff --git a/Assets/00.StaryEvoTools/package.json b/Assets/00.StaryEvoTools/package.json index 544451a..d60511c 100644 --- a/Assets/00.StaryEvoTools/package.json +++ b/Assets/00.StaryEvoTools/package.json @@ -1,6 +1,6 @@ { "name": "com.staryevo.tools", - "version": "1.1.17", + "version": "1.1.18", "displayName": "00.StaryEvo.Tools", "description": "This is an Framework package(后台服务器版本,端口9527)", "unity": "2021.3",