Sync Active state of a GameObject.

Options
I want to change the state of a gameobject on network i.e when I SetActive(true) for a gameobject, other client should also turn that off gameobject on.

Comments