How do i make controls for 2 seperate characters in split screen

Im trying to make a tron game and its going to be 3rd person split screen, however i dont know how to make individual controls for either screen/character. i want one player to be able to use the arrow keys and the other player to be able to you w,a,s,d.

thanks for your help

asked in 2011 and still no answer???????? I would like an answer for this too. I'm stuck :(

1 Answer

1

Multiple mice is not supported I think. As to multiple controls, what a weird question. Make one of them move by WASD and the other by the arrow keys - what is the question? Is the confusion arising from the default control axes (Horizontal and Vertical) using WASD as alternative input? Just remove that and set up a HorozontalPlayer2 and VerticalPlayer2.

Go to Edit > Project Settings > Input or avoid using axes all together and use Input.GetButton.