@@ -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;