diff --git a/RuntimeInternals/GameViewControlHelper.cs b/RuntimeInternals/GameViewControlHelper.cs index ed5d44b..6084fc5 100644 --- a/RuntimeInternals/GameViewControlHelper.cs +++ b/RuntimeInternals/GameViewControlHelper.cs @@ -23,8 +23,9 @@ public static void Focus() #if UNITY_EDITOR #if UNITY_2022_2_OR_NEWER PlayModeWindow.SetViewType(PlayModeWindow.PlayModeViewTypes.GameView); -#endif +#else GameViewWrapper.GetWindow(); +#endif #endif }