Hi.
I'm trying to batch drawing 100 of animated models.
The original model of the 100 models are the same.
I'm using SkinnedMeshRenderer for an ORIGINAL model,
and setting baked(using SkinnedMeshRenderer.BakeMesh) mesh to MeshRenderer of the remaining 99 models.
The material is the same.
I think they are qualified to be batched because they are using the same material
and the same mesh but actually they are not batched.
Can you tell me why?
I really want to reduce drawcalls and CPU usage of transforming each models.
↧