How to scale UI text nicely in Unity3D.
If you try to adjust the size of canvas UI text relative to the size of the screen in Unity3D it can get very frustrating. Using the anchors and the “Best Fit” option does not always give you the result you want, so it is good to know the following:
Make sure that in your Canvas Scaler Component the Ui Scale Mode is set to Scale With Screen Size.
Now your UI will scale depending on the resolution automatically.



