Increase framerate

Hi, I have a project which has about 11000 cubes. when I run it, it has very low frame rate. I have had other projects with more meshes and didn’t experience this decrease in frame rate, but in those projects I didn’t have these much objects.

I wanted to ask if you know any tips to increase frame rate or maybe merge these 11000 cubes into one object so maybe the frame rate increases.

Thanks very much

There’s really no way to effectively use so many separate objects; way too much overhead. If this is for a Minecraft-like game, you should use a system specifically for that sort of thing, which doesn’t use a separate object for every cube, but rather uses mesh chunks.

You could try one more thing. Go and disable Vsync on “Edit → Project Settings → Quality” and change “V Sync Count” to “Don’t Sync”.