I’m about to start using the 2D Sprite Shape tool much more in our project but I’d like to understand the most optimal way to set things up for GPU performance sake.
For example, I have 2 copies of the same Shape object in the scene (Same materials, etc), it’s still costing 2 draw calls rather than 1. Is it not possible for these to use Static Batching to only cost a single draw call?