Playmaker Forum
PlayMaker Help & Tips => PlayMaker Help => Topic started by: kiugetski on June 28, 2015, 06:21:46 PM
-
on login i give my user name how ever i would like to display my user name above my character and also in my gui
im using the ugui but cant seem to find it , is there anyinfo on that subject ?
-
Hi,
This will be let to your discretion. Store the name of the user in a FsmString variable and then use that FsmString to inject it in a UI Text component.
have you tried that already? or maybe I don't understand the question?
Have you studied the photon Sample provided? while it uses the old UI system, handling the user name will be identical in principle.
http://www.hutonggames.com/samples.php
Bye,
Jean