I have a scene where each of my tiles are 1 unit large, and I'd like to display some text next to some of the objects.
Based on the tutorials, I've attached a canvas to the object and set its "Render Mode" to "World Space" and positioned it properly. The problem is, that everything inside the canvas is really large, even if I make the canvas smaller.
Specifically the problem is with Text. Each tile sprite has "Pixels Per Unit" set to 32, which seems like the canvas should have "Dynamic...
How do I set Text size less than 1? (Or make it as small as I need?)
Based on the tutorials, I've attached a canvas to the object and set its "Render Mode" to "World Space" and positioned it properly. The problem is, that everything inside the canvas is really large, even if I make the canvas smaller.
Specifically the problem is with Text. Each tile sprite has "Pixels Per Unit" set to 32, which seems like the canvas should have "Dynamic...
How do I set Text size less than 1? (Or make it as small as I need?)