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
1 Answer
3
-
2It 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 Commented Aug 12, 2016 at 23:36
-
4
-
3Yes use RectMask2D, it has much better performance and should be the default option for 2D ui– SimonCommented Aug 13, 2016 at 18:31