I am doing a local multiplayer game (4 players) and I change input manager to new input system, however I am unable to understand how to make the UI work and how to make the joystick recognize the other players.
Could someone give me a hint or help me with this problem.
1 Like
UI support is still being worked on. It’s possible to set up UIActionInputModule manually (replacing StandaloneInputModule) to hook up UI input to the new input system but ATM that will only do the trick if all players are allowed to collectively operate the same UI.
1 Like