I’ve really enjoyed the Photon Viking Demo and I’ve started to mess the code.
However, I ran into two small problems that I can’t fix entirely:
-
Is displaying the name of the player above him. I’ve successfully gotten to do that (with help from previous questions and a bit of tinkering) but I am still left with a positioning problem, check it out here:
Name display problem - Questions & Answers - Unity Discussions -
Is displaying a GUI on collision (when the player I am controlling hits the object, the GUI displays correctly, but it also displays on the screens of every player in the room). I’ve been instructed to use the Photon’sisMine attribute to have it only display for the player that collides with the object, but my code doesn’t look quite right, see here:
Display only for one player - Questions & Answers - Unity Discussions
I hope that someone can help me here! Thanks.