Hi there
I have a large table of UILabels (manually set up, not using UITable) which used to look fine, and then somewhere along the way they all got broken and look really messy and illegible. There are two other tables in my UIPanel which are set up in exactly the same way, which look as they are supposed to. For some reason just this one table has gotten broken.
Please see attachment for example of broken + not broken tables.
The UILabels are set up as NGUI Fonts.
I have tried:
- Changing them to Unity fonts
- Changing sizes
- Changing overflow to clamp instead of shrink
- On the Font Prefab, re-assigning the references to TTF Font and Material
- On the Font Material, changing texture to something else and then back again
- On the font text file, changing "spacing=1,1" to "spacing=0,0" and then back again
- Checking all parents to see that their scaling is set to 1
- Turning parents on and off
Nothing seems to work. Any help would be appreciated!
Thanks
Edit: I've noticed it might not be the UILabels specifically... as in the attachment, you can see some of the boxes (UI2DSprites) are positioned incorrectly as well)