While building my TPS game based on the Shooter example and some code snippets from the TPS template, I faced a very strange problem I don’t see how to solve…
When I launch “Play” on the game map, I’m able to control the character w/o any problem, using the mouse and the keyboard.
But when I launch that same map with the same character, char controller, game mode, etc… from the menu, I can see the char being spawned correctly, but no input is working!
The code is well executing the bind axis/action command as expected (I can see the log), but nothing happens…
In my menu, I have a very basic char controller, as shown in the Shooter example, w/o any character associated.
Any idea where this problem could come from?