Hi guys, what I would like to achieve sounds simple: I would like to spawn a player for each input device (keyborad or gamepad) connected (and have the PlayerControllers work properly). But there doesn’t seem to be any straightforward solution. Can you think of any way to approach this?
I got completely stuck on the very first step: identifying each input device or finding out how many input devices are active. I wasn’t able to find any resources regarding this.