Draw call batching in Unity
This week, I want to share with you my journey into optimization in Unity 3d with Draw call batching.
I’m currently working in a project where I’m instantiating at runtime, several thousand meshes in the same scene. It quickly led to an awful performance and got me researching about optimization tips.
The 3d artist (@atomonun21) was already aware of this possibility and employed some techniques…
View On WordPress










