瀏覽代碼

提交提交

wartheking 22 小時之前
父節點
當前提交
192749ef56
共有 2 個文件被更改,包括 529 次插入207 次删除
  1. 524 207
      Assets/Scene 1.unity
  2. 5 0
      Assets/Scripts/UI/UIView/GCJK/GCJKLayer.cs

文件差異過大導致無法顯示
+ 524 - 207
Assets/Scene 1.unity


+ 5 - 0
Assets/Scripts/UI/UIView/GCJK/GCJKLayer.cs

@@ -648,6 +648,11 @@ public class GCJKLayer : YZTRootLayer
 
         currentDataType = type;
 
+        await new UnityAsync.WaitUntil(() =>
+        {
+            return GlobalData.swDatas.Count > 10;
+        });
+
         if (currentDataType == 0)
         {
             string swUp = null;

部分文件因文件數量過多而無法顯示