Hi all. I'm learning how to use the multiplayer Photon plugin, however I'm very green and there are not a lot of tutorials around for it. I've been working off this simple one and its excellent https://www.scirra.com/tutorials/5023/how-to-build-a-multiplayer-game-with-photon (capx included on page)
However there is one thing I wish to do with the chat box that I can't get my head around. The chat box currently displays the players unique ID as the number joined. So the chat screen currently looks like...
<1> Hello!
<2> Hello!
etc...
At the beginning of the layout I am adding a login screen with a text box to store the players name to a variable, but at the moment I can only find a way to display the same name for every player joined, which is useless. Would anyone know how to apply a unique name entered to be displayed for each player in the chat screen?