The Smart Merge operation optimizes the scene by combining geometrically and materially similar meshes into single, larger static meshes. This process reduces the number of draw calls and simplifies the scene structure, which can significantly improve performance, especially in complex scenes.

Smart Merge analyzes the scene for groups of meshes with similar materials and geometries. It then intelligently merges these groups into single static meshes based on spatial proximity and material consistency. This operation is particularly beneficial for scenes with many small meshes, where draw calls become a performance bottleneck.


Dependencies

Run Smart Merge after Hierarchy Merge, Replace Duplicates and Create Instances. These operations ensure that the scene is cleaned up and organized before the merging process begins, allowing Smart Merge to work on the most optimized set of actors.


Best Practices


Considerations


Asset Management