i was using inhanced input system
do you know a fix for this
i was using inhanced input system
do you know a fix for this
If you use GameMode instead of GameModeBase you also need to use GameState instead of GameStateBase (or vice versa, they basically need to match).
If you don’t you get some really weird issues where events don’t fire which will break input etc. At least that’s what I’ve found, so would be the first thing I’d check.
thx it works