So I’m on Udemy and learning some basics for Unity on how to create a business tycoon. It seems having a single store/panel, things work good when I build the project, I get no errors or anything. Then, when I add more panels/stores ( I do this with copy and paste, not sure if this is okay? ), they are active in a sense - But never something that can be clicked and interacted with, even though I’ve done debugging tests to make sure they are interactable.

The other stores do light up more when they are supposed to be able to be bought, but the buttons never actually become active or something I can click.

Let me know if I need to share my code or anything, but I just wonder why 1 would work, and multiple would not?

Ughh. Newbie mistake I suppose - I didn’t set my anchors correctly, now everything is working.