i am trying to built a online game where in the scense, there are many players moving around.
i would like to put the name of the player on their heads by adding label widget on their gameobjects,
but once they rotate, the labels also rotate, and make the labels cannot be saw when the characters are rotated in 90 or 270 degree.
how can i make the label correctly facing to the camera by not using script to stop it rotation?