Hello, it's been a while, AM. Hope everything is going well.
I've been having problems with creating a clipped window. I want to have a map (my own texture) that can be moved around either by keyboard or mouse, but the window won't show the contents at all. I made sure they were all on the right layer and I added the UIScrollView to the main window and added the clipped plane. However, none of the items show. No matter what I put into that box, it won't show. I tried with a simple sprite and it won't show. Is there something special that needs to be done for the clipped area to show?
Thanks in advance.
*EDIT:* After some testing, I think the problem has to do with panels. I moved the panel from -5 to 0 and it ended up in front (though still not clipping, but at least I could see everything in front). If I moved the panel to -1, then it would end up behind everything. I don't mind it in front of everything if the panel would just clip like it's supposed to. I guess it's progress, but at the end of the day it still won't clip.