How to set controller 0 to use gamepad when having 2 or more gamepads connected

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 :slight_smile:

Don’t all rush to help :stuck_out_tongue_winking_eye:

Figured it out on my own by trawling through he project settings. Just uncheck “Skip Assigning Gamepad to Player 1”. You will find this under Maps & Modes in project settings