4 Optimization Tools in 1: Mesh Combiner Baker + Mesh Optimizer + Object Pooling
Publisher | Queen Developer 95 |
---|---|
File size | 13.09MB |
Number of files | 45 |
Latest version | 1 |
Latest release date | 2024-02-27 03:11:45 |
First release date | 2022-11-29 09:04:14 |
Supported Unity versions | 2018.4.2 or higher |
A Handy and always needed optimization tools for your games. There are four ready to use component in the package. Just import the package and use the prefabs. Your game's FPS rate will increase easily and your game won't be crashing because of memory leak problems. Components in the package are listed below:
1. Easy Object Pooler:
You can use object pooler for re-using the objects such as zombies, bullets, enemies, allies, soldiers, etc. Just assign prefabs, determine the pool limits and use them easily.
2. Easy Mesh Combiner:
Combine the meshes with their materials into chunks by only few clicks easily. It will combine the meshes and assign the new combined mesh to new object with materials.
3. Easy Object Activator By Distance:
Deactivate determined objects those are at a certain distance from the actor and activate them back if they are in the range of determined distance.
4. Easy Mesh Optimizer:
Optimize meshes Tris and Verts numbers easily by using this component. Just assign it to the object which has Mesh Filter, determine the optimization level and click to "Optimize the Mesh" button on Editor.