Instancing isn’t supported on mobile. Look into techniques such as texture atlases, batching your meshes in your 3D modeling software, and culling volumes. Developing for mobile involves lots of tricks and heavy, heavy optimization
Instancing isn’t supported on mobile. Look into techniques such as texture atlases, batching your meshes in your 3D modeling software, and culling volumes. Developing for mobile involves lots of tricks and heavy, heavy optimization