So I have scrolling tips on a window.
The tips scroll off the left and onto the right.
The tips are Texts.
So I put a Rect Mask 2D and the tips are children of this. So when the one scrolls off to the left it disappears, and the one on the right can appear as it slides in.
But I have an issue where it seems like the Rect Mask 2D momentarily fails, and I see the item flicker into existence for one frame, floating to the left of the window.
Under what circumstances does this problem occur...
Rect Mask 2D + Animation + Text = flicker?
The tips scroll off the left and onto the right.
The tips are Texts.
So I put a Rect Mask 2D and the tips are children of this. So when the one scrolls off to the left it disappears, and the one on the right can appear as it slides in.
But I have an issue where it seems like the Rect Mask 2D momentarily fails, and I see the item flicker into existence for one frame, floating to the left of the window.
Under what circumstances does this problem occur...
Rect Mask 2D + Animation + Text = flicker?