So I’ve been following a Unity 3D Multiplayer PUN (Photon Unity Network) tutorial. Now, in the tutorial he uses Photon View to make sure that component is watched by the network, so that everyone can see the script doing what it has to do.
But in one case, he drags in the component PhotonView, and then adds some important components into the “Observed Components” section of Photon View.
Yet in another case, he drags in PhotonView, but doesn’t add anything to the “Observed Components”, saying that it’s going to Observe the whole GameObject. Is that true… if you leave Observe Components blank it will observe every component part of that gameObject???
It may help if someone explains PhotonView a little more so I get a grasp of how to use it more…
Thank you!
Exbow