I’m making a local multiplayer game similar to gang beasts, ie not split screen.
Right now if I test in editor it automatically assigns keyboard and mouse to player controller 0 and gamepads to controllers 2, 3 and 4. If I only spawn one player controller I can use keyboard and mouse or controller for that one player.
My game simply doesn’t work with keyboard and mouse. So how can I make player controller 0 use my connected game pad when I have the other controllers connected?
I hope that makes sense