Controls not working after starting level in game?

Hi, I recently made a main menu and I have a start button. So, whenever I play the game and press start it loads the level, but the controls don’t work. The mouse, keyboard, none of them work. I press escape and I get back to the editor. I don’t know why that is happening. The mouse and controls work fine in the main menu but when the game loads the other level, it all deactivates. How do I fix that?

Hi, i just recently have same problem, and i forgot that in main menu i call SetInputModeUIOnly, so when new level start i call SetInputModeGameOnly then all work as expected.

1 Like

It worked. Thank you!

Haha, I had the same problem! Thanks!