Hello, I’m working on a multiplayer game that uses a ps3/xbox controller.
The problem is that the joystick controls both players. It works perfectly on the keyboard. Anyone know a way to fix this? Thanks
Hello, I’m working on a multiplayer game that uses a ps3/xbox controller.
The problem is that the joystick controls both players. It works perfectly on the keyboard. Anyone know a way to fix this? Thanks
When you are modifying the players position, make sure to get the local player and joystick with networkView.isMine and call your items by finding them, not explicit definitions.
Without code excerpts, that is the general idea to fit into your specific situation.
You may have the joy stick set get motion from all Joysticks unity allows you to select certain joysticks for certain actions.