[Unity] Performance Tips : Draw Calls
- Cola River
- Mar 14, 2022
- 1 min read
Updated: Apr 3, 2022
A short video on how to improve your frame rate in Unity.
This video covers various optimizations to reduce draw calls such as combining meshes, batching and GPU instancing.
1 Mesh x 2 Materials = 2 Draw Calls
3 Meshs x 2 Materials = 6 Draw Calls


Comments