Quantcast
Channel: Answers for "How can i fix the camera in multiplayer game?"
Browsing all 4 articles
Browse latest View live

Answer by TheGameObject

change your inputs classes to define what controller is which. then change each characters input definition in scripts like "GetButtonDown("Jump") or "GetAxisRaw("Horizontal") == 1" to whatever u...

View Article



Answer by YeOldeSnake 1

use NetworkView.isMine on awake to enable/disable the cameras you dont control , likevar myCam:GameObject; function Update(){ if(!NetworkView.isMine){ myCam.camera.enabled=false; } }

View Article

Answer by TheGameObject

change your inputs classes to define what controller is which. then change each characters input definition in scripts like "GetButtonDown("Jump") or "GetAxisRaw("Horizontal") == 1" to whatever u...

View Article

Answer by YeOldeSnake 1

use NetworkView.isMine on awake to enable/disable the cameras you dont control , likevar myCam:GameObject; function Update(){ if(!NetworkView.isMine){ myCam.camera.enabled=false; } }

View Article
Browsing all 4 articles
Browse latest View live




Latest Images