Bandaid fix for input manager issues. Remove ass from applehills overworld.

This commit is contained in:
Michal Pikulski
2025-10-12 00:51:56 +02:00
parent 64bafa9ff8
commit d5b30bdd99
6 changed files with 3108 additions and 1818 deletions

View File

@@ -47,11 +47,13 @@ namespace UI
// Subscribe to scene loaded events
SceneManagerService.Instance.SceneLoadCompleted += SetPauseMenuByLevel;
#if UNITY_EDITOR
// Set initial state based on current scene
SetPauseMenuByLevel(SceneManager.GetActiveScene().name);
// Initialize pause menu state
HidePauseMenu(false);
#endif
}
private void OnDestroy()