|
Hello, I was wondering how I would go about disabling the FPSInputController. I'm making a multiplayer game and that seems to be cuasing a problem. When the 1st player moves the 2nd player moves with it so I figure its because the FPSInputcontroller isn't disabled for the person who's networkview it is not. I've already tried GetComponent(FPSInputController).enabled = false; but it gives me an error. What should I do? Thanks! Ps: I'm using c#.
(comments are locked)
|
|
To disable FPSInputController in C# you must use: Will this work on a network? and thanks for the reply!
Jan 16 '12 at 03:27 AM
twoface262
I don't know much yet about networking, but it seems that you should disable all the other player's FPSInputController, and enable a network input controller script attached to them.
Jan 16 '12 at 05:21 AM
aldonaletto
(comments are locked)
|
