Whinarn / UnityMeshSimplifier

Mesh simplification for Unity.
MIT License
1.74k stars 276 forks source link

Batching #24

Closed lijualivenow closed 4 years ago

lijualivenow commented 4 years ago

Is this will do dynamic batching? Or we need to do it using some other plugins?

Whinarn commented 4 years ago

This will not do any dynamic batching. You would have to use the Unity built-in batching or another plugin for that.