- Home /
All Text Components drawing text higher after update to 5.3
Hi, today I updated unity to 5.3 and after this all my text components drawing texts too high, like origin or something changed of about 17 units. I didn't found anything about that in changelog :/
Have you tried rebuilding the Library folder? In my experience it's worth a go any time a Unity update produces weirdness.
I have the same issue. I've tried rebuilding the library but the problem prevailed. This happened when I tried to upgrade the project from 5.2 to 5.3.
Same here, same for my colleague. Both on OS X El Capitan.
I've found on community post with same problem and there was info that problem is already fixed in unity 5.3.1, so I guess we must wait for update ;) In the meantime we can switch character set from "Unicode" to "Dynamic" in font file settings in editor ;)
Same issue here, anyone an idea what the best way is to circumvent this?
Library was cleared
All brand new assetbundles
Answer by valyard · Dec 13, 2015 at 11:02 AM
This is a known issue: http://issuetracker.unity3d.com/issues/textmesh-when-the-font-character-is-not-set-to-dynamic-the-alignment-is-higher-by-one-line-in-the-y-axis
Yes, but you refer to the wrong issue, it is this one: http://issuetracker.unity3d.com/issues/custom-font-unicode-vertical-alignment-is-wrong-on-text-component
Your answer

Follow this Question
Related Questions
Why if I execute .SetText on the Start it dont works. 1 Answer
GetComponent in the Update function? 1 Answer
Coroutine in Extension Method 1 Answer
Is enabling and disabling a script component with an Update() function in it a good practice? 2 Answers
Text in the scene is not being updated! 0 Answers