GPU Instancing Overview Use GPU instancing to draw a large amount of identical geometries with very few draw calls. Objects need to share the same material and same mesh. To create varieties, assign per-instance properties to a MaterialPropertyBlock for each renderer in script. Supported platfor...