changed gamemodebase to gamemode but keyboard input stopped working

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