MiguelF
MiguelF

Reputation: 13

Broken UI Text 5.4.2p3

I'm having an issue with some UI Text objects in my company's project (sorry if I may not give some details, since I cannot share everything) where sometimes they break. In the print screen below I show you the editor window but this happens on runtime as well. In the editor I just need to target the window or move the view so they refresh but in runtime this is not so easily fixed. Some details that might help:

  1. These text components are dynamic and use a non-native font; I've tried to use .SetAllDirty() after the changes but it won't work;
  2. I've seen people speaking about clearing the characterinfo but sometimes works others not;
  3. I've also found a solution that pushes them 10 units in the "z" axis but that doesn't smells me right. We have lot's of text objects to pull and most of them are instantiated;

Thank you for your attention towards this issue and for any solutions that you might give. I'll try to answer them as soon as I can.

Broken UI Text

Upvotes: 1

Views: 130

Answers (1)

DynamicField
DynamicField

Reputation: 411

Actually, this is a known bug of Unity.

I've also got this bug, but you can try to send a bug report to Unity.

You can send one by using the shortcut at the start menu. (Unity [version] > report a problem), if you don't see it, go to Unity, then Help > Report a problem.

Or you can try to report the bug to the issue tracker.

Upvotes: 1

Related Questions