Hello, I have a problem with a multiplayer game in Unity. When I try the game, the host uses the client’s point of view.
Hi,
if you don’t don’t write a script for moving camera (in code check if (!islocalplayer)return;else // look at player)the host and client camera positions are same.