changed gamemodebase to gamemode but keyboard input stopped working

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.

1 Like

thx it works

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.