Browse Source

提交提交

wartheking 18 hours ago
parent
commit
192749ef56
2 changed files with 529 additions and 207 deletions
  1. 524 207
      Assets/Scene 1.unity
  2. 5 0
      Assets/Scripts/UI/UIView/GCJK/GCJKLayer.cs

File diff suppressed because it is too large
+ 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;
         currentDataType = type;
 
 
+        await new UnityAsync.WaitUntil(() =>
+        {
+            return GlobalData.swDatas.Count > 10;
+        });
+
         if (currentDataType == 0)
         if (currentDataType == 0)
         {
         {
             string swUp = null;
             string swUp = null;

Some files were not shown because too many files changed in this diff