- Home /
Photon enable/disable objects for 1 player but shows for all player views
Hi yall. So I have a simple SetActive(true/false) script for a gameobjet that is a child of my main camera so it tracks on the head. This works and all but it only shows up for me and same goes for the other players. Can anyone help with this. The SetActive(true/false) codeis under a "OnTriggerEnter" method. I know I have to use rpc for this i would imagine. BTW I am new to photon so try not to give me a too confusing answer. Thanks. NOt sure if this is nessary to include ut this is for a vr game.
Comment