InputModeSwitching in InputManager and no more player input during UI pop ups

This commit is contained in:
Michal Pikulski
2025-09-25 10:40:17 +02:00
parent bc22fd013e
commit 74e65fdf42
6 changed files with 253 additions and 137 deletions

View File

@@ -1,5 +1,6 @@
using UnityEngine;
using AppleHills.Core.Settings;
using Input;
namespace Minigames.DivingForPictures
{