I have a scene with a UI element setup to contain a set of buttons that scrolls vertically. Works perfect. It’s just a simple empty game object, with a scrollrect on it, and then a child empty game object with an image component and then the buttons are parented to that.
When I replicate the same steps to rebuild that UI in another scene in the same project, it doesn’t scroll. I tried copying the UI elements from one scene to another and that doesn’t work either.
What would cause the scroll functionality to work in one scene and not another in the same project??? Is there some setting I am missing? I would hate to have to rebuild my entire scene from scratch just to get this to work, but that is my last resort. Any help would be appreciated.
Thanks!!!
-Jesse