I have a scroll rect that has input fields in it, and I would like it so that the user only sees things that are currently in it. Right now it is overflowing and has everything in it going out below it. I would like it so that these bottom fields do not show until the user scrolls down, the only thing in view should be what is currently
Add a comment
|
1 Answer
3 Comments
daniel metlitski
It works thank you so much! Also, for anyone else who has this problem in the future, the gameobject with the mask also needs an image on it
JeanLuc
With RectMask2D you don't need an extra image.
Simon
Yes use RectMask2D, it has much better performance and should be the default option for 2D ui
