LOADING
LOADING
I developed a Mesh Baking tool to reduce draw calls at runtime by combining meshes that share identical materials into a single mesh
At the time, Unity had limited support for GPU instancing and batching, which often resulted in inefficient rendering when using many duplicated objects
This method was less effective than true GPU instancing, but it helped us significantly improve runtime performance
This tool was originally made for the Va'a project. You can see the project here