How can i disable an object to the host, but enable it for the other players

Options

I want to disable a 3d model for the host, but i want the other players can see that model

Answers

  • tleylan
    Options

    Generally speaking I think you only need to wrap the code in if (!PhotonNetwork.IsMasterClient) which will exclude the host from whatever processing is done inside.