4.6 How to show UI text above character

Hi.
I’m making a 3d tactics game and I want to show the dmg done to the character above their heads. I figured that adding a canvas in world space to the character and then adding a text in that would work (like in the unity tutorial: Unity Connect) but the canvas becomes giant compared to the character and the text very blurry. Scaling up the character size hasn’t helped. What am I doing wrong? And is this a good way to do it?

1 Answer

1

you can scale the canvas down. In the RectTransform, let the width and height be large, but put small numbers on the Scale.