So I got this layout with about 4000 objects in it. Naturally it runs a bit more unstable than other layouts. However far from 4k objects are on the screen at any given time. I'm planning on optimizing the scene, and I'm wondering if I can expect any performance boost by turning off collisions and visibility on objects outside of the screen? I've already done experiments with only making animations play on assets within a certain radius, which have shown good results.