[Suggestion] Pixel Per Unit for Label/Text Control
Issue description: The idea is to stop blurry texts / labels, when using a world space canvas. World Space Texts can currently be achieved in two ways: World Space Canvas and Text Renderer.
The problem currently is that the text in world space canvases is too blurry, because it doesn't has enough pixel.
The current workaround is to set the font size to something way larger by a factor and then scale the text control down by the same factor, to make the text look sharp
The way this problem is solved in other engines is to have a property, that let's you set a custom Pixel per Unit count, where the text gets rendered with a set number of pixels. Per unit.
Text Renderer is no option for this scenario, since it doesn't align to a world space canvas. Also, it is missing an 'Face Camera' option, like the Sprite Renderer has.
This text rendering issue is also present in every text rendered in the engine. Including in the editor, if you use interface scale it will look quite rough. See https://github.com/FlaxEngine/FlaxEngine/issues/2349 also
Funny story. I used to have the interface scale set to something like 0.9 for easier readability and that would cause small characters like "-" to disappear
Funny story. I used to have the interface scale set to something like 0.9 for easier readability and that would cause small characters like "-" to disappear
Really? I found 1.5 easier to read lol
I guess that depends on the size of your screen, too xD But I like to see at once, so I don't need to scroll all the time