UI Mask Bug

I have set up a block of text so that it can be scrolled behind a UI mask by following along with this tutorial:

However, I am getting a weird bug where slivers of text flicker through where they shouldn’t.I have attached a GIF2957691--219460--Error.gif showing an example. By playing around with size and spacing of the UI it can be reduced somewhat, but it still happens.

Is anybody able to offer some advice?

That looks like it could be a bug. If you swap the Mask component for a Rectmask2D does it fix the problem?

1 Like

Yes it did fix it, Thank you!

Can you file a bug report regarding the original issue so we can fix it :wink:

Done and done.

1 Like

I also had another problem with the UI Mask as you can see on the following pictures.

I fixed it by replacing UI Mask by RectMask2D.

My project is a 2D project so maybe it’s the reason or is there another one ?