This is not a bug, but an optimization issue.
I have about 500 or so buttons in one place and each one triggers itself to change color upon activation.
I noticed that once I added this into my condo, even if its unused (and hidden) - frames start dropping quite a bit. FPS seems to get better the further away from the buttons I am, though its still noticeably lower than it was prior to adding them. If I’m right in front of the buttons, my frames drop even harder.
Removing all these buttons immediately solves my FPS drops.
Steps to Reproduce
Add a ton of buttons, each triggering itself to change color. Also add a reset button that resets them. (in my case, the reset button is linked to 4 timers that reset it, because trying to add over 140 resets to the same button causes game crashes)
What I expected to happen
For the buttons to not cause any FPS drops when not being used.
What happened
Frames lower by about 5 throughout the condo and 10 in front of the buttons, for the current 500 buttons. Raising the button count higher and higher will drop FPS even more.