Hello, i have an issue with a scroll view and some labels. When the scroll view is moving in any way at all, the UILabel text will dissapear, which results in really annoying text flickering. The way i have it set up, is i have a disabled scrollview panel with a grid as a child, and on some event trigger the grid is populated with articles deriving from a prefab. The prefab has 3 UILabel components, and i have the issue on all 3.
Im using the dynamic arial font unity has, and most of the characters on the labels are greek. I tried preloading the font like i saw in another post somewhere on here, but it doesn't seem to work. Do you have any idea what might be causing my issue? If you need any more info please let me know.
Thanks in advance!
EDIT: I have no idea how, but something fixed my issue. All i did was try to add panels to each widget getting added to the grid, and then remove the panel.