Help with string for each player in Photon

I want to make custom skin system with url of image, i need to give every player a string with url that they writed in menu, something like PhotonNetwork.NickName (And with different url for each player) At the moment i use NickName for url, but I sacrifice the display of nicknames, can someone help me? (Sorry for my bad english)

Answers

  • You can use Custom Player Properties. They are more or less made for these cases.

    There is also a PUN Basics Tutorial and many other articles on our doc pages. I would recommend reading a lot, initially.