Optimizing Draw Calls

For multiples of the same object (like in a supermarket), there is supposed to be some automatic draw-call batching. (This vid is the deepest of dives on that topic)

Maybe you’re seeing slowdowns because all of those objects are casting dynamic shadows.

Press CTRL + SHIFT + COMMA while running in editor to get a view of where GPU resources are going.

2 Likes