Remove de advanced-tips-for-character-art-production-in-unity
article thumbnail

Optimize Vegetation Generation

Mnenad

First off: I learned a lot about Unity’s build in batching system. Batching means to combine mesh objects that share the same material or that are marked as static in the Unity inspector. Since the last post I’ve been working on the terrain’s vegetation. Draw call batching.

Mesh 52