Hi guys, I’m using the new Unity 4.6 GUI but I noticed a problem with the Text component. I don’t find the option of adding space (in pixels) between a letter and the other. Previously I used NGUI and with it there was the possibility to set a certain space between letters.
I believe that this feature isn’t implemented yet because this is a beta!
Character Spacing ins’t available in Unity 4.6 GUI. However, if you need control over character spacing, check out TextMesh Pro which gives you control over Character, Line and Paragraph spacing as well as Kerning.
TextMesh Pro does a lot more than that so to learn more about it see the links in my signature or check out this video.
If you do
‘#if UNITY_5_2 || UNITY_5_3_OR_NEWER’
then you don’t have to change it in the next versions (unless you really have to change the code itself).