diff --git a/Runtime/MobileInput.cs b/Runtime/MobileInput.cs index c120747..3080307 100644 --- a/Runtime/MobileInput.cs +++ b/Runtime/MobileInput.cs @@ -405,6 +405,7 @@ public static void Init() { #if UMI_DEBUG Debug.Log($"[UMI] init"); #endif + _isInited = true; var state = PlayerPrefs.GetInt(INIT_KEY, 0); if (state == 0) { UpdateFonts();