I always try to post at least a little bit of code to specify my problem, but this is a general question that worries me a bit.
To sum it up - educational VR game, players can join rooms and can see each other, everything works great thanks to Photon. Now, I have a simple canvas that I want to be seen by both players - however the canvas is NOT a prefab. From what I understood, if I want both players to see the same object it has to be a prefab with PhotonView. Is it possible even if it is...
Photon, want other player to see an object - which is NOT a prefab
To sum it up - educational VR game, players can join rooms and can see each other, everything works great thanks to Photon. Now, I have a simple canvas that I want to be seen by both players - however the canvas is NOT a prefab. From what I understood, if I want both players to see the same object it has to be a prefab with PhotonView. Is it possible even if it is...
Photon, want other player to see an object - which is NOT a prefab