ui基本完毕,修了一大把的bug

This commit is contained in:
FloatGaming
2026-07-13 02:28:39 +08:00
parent 1e20d73e90
commit fd22501f71
958 changed files with 378289 additions and 41038 deletions
@@ -1,3 +1,7 @@
// NOTE: Windows-only. Depends on WebViewLauncher (external Flutter .exe / native
// window control), which is Windows-only. Wrapped in UNITY_STANDALONE_WIN so the
// Windows build/logic is unchanged while Android compiles this class out.
#if UNITY_STANDALONE_WIN
using UnityEngine;
using UnityEngine.UI;
using System.IO;
@@ -287,3 +291,4 @@ public class loadLittleGamesPrefab : MonoBehaviour
return raw.Replace("-", "\n").Replace("/", "\n").Replace("_", "\n");
}
}
#endif