Hi all!
I'm having a problem in which I'm using a series of UILabels in my scene to act as score indicators when the player completes an action. These labels are parented under a UIPanel and are animated (they scale from 0, 0, 1 to normal size and back again). The panel always stays at (1, 1, 1), I'm only animating the label itself. I want a stroke around the letters and the standard (1, 1) size for outline isn't nearly big enough so I cranked up the effect distance variable to (4, 4). The issue I'm having is that while in game the stroke visibly resets back to what it looks like with a (1,1) stroke even though the inspector claims that the label is still at (4, 4). If I adjust the value in the inspector it seems to kickstart it again and the stroke reappears.
Am I doing anything obviously wrong? The text is almost unreadable without the stroke.
Thanks!