Question by
Montie68 · Dec 27, 2017 at 02:38 PM ·
3rd person controller
Third person controller and multiple player agents
Hi,
I’m currently trying to make a top down shooter with two players. I’m using the third person controller from the standard assets, I’ve modified the controller script and the input manager to use two controllers and I have both agents walking around perfectly by themselves. My issue arises from making the player jump or crouch, as both agents jump/crouch at the same time. This happens on both controllers. I’ve check to make sure jump_P1 and jump_P2 (and crouch) are mapped to the correct controller. I’ve also tried having two Animator Controllers one for each player agent, again same issue. I’ve tried searching to find similar problems but haven’t found anything close. Please help? Geoff
Comment