Ah. Just make a child object right above your game character, and attach a UIPanel to it (same layer as your character). Add a label child to the panel with the name. Add a script to the panel that will scale the tag based on distance to the camera if you want. Then add code to your script that will always make this name tag face the camera.