Publisher | New Game Studio |
---|---|
File size | 19.52MB |
Number of files | 142 |
Latest version | 1.1.0 |
Latest release date | 2023-12-18 07:45:13 |
First release date | 2023-05-20 02:10:17 |
Supported Unity versions | 2018.4.2 or higher |
MeshFusion Pro is a powerful graphics optimization asset for Unity that applies an effective technique for combining objects to reduce Draw Calls and increase FPS.
It is suitable for working with static objects, LODGroups and, uniquely, even dynamic objects. MeshFusion Pro divides the scene into cells and combines objects within them to provide FrustumCulling support.
Advantages of MeshFusion Pro:
- Ease of use: Users simply need to attach a component to the objects they wish to combine. Automated component attachment is also available via the MeshFusion Pro inspector.
- Runtime support: MeshFusion Pro works with objects that are initially in the scene, those that are instantiated in the process, and even procedurally generated objects.
- Lightweight Meshes: MeshFusion Pro optimizes the vertex buffer of meshes, reducing their memory usage by 50% compared to other combiners, making them faster to process.
- SourceTracking: Work with source objects as usual, and MeshFusion Pro will track and apply changes to combined objects.
In addition, MeshFusion Pro comes with fully documented code, allowing users to better understand the asset's workings and modify it to suit their needs.