- Home /
Question by
Rickasheye · Jul 07, 2016 at 08:17 PM ·
cameraplayergamenot workingonline
Multiplayer Cameras First Person One Camera
I am creating a multiplayer game and i have problems with the cameras when i try to set a network server up with unet when i have two clients open i try to control both characters but they both move when i have if(isLocalPlayer){ } and the import: using UnityEngine.Networking; and also the change in MonoBehaviour to NetworkBehaviour
Comment