Publisher | Games Oyo |
---|---|
File size | 272.23kB |
Number of files | 26 |
Latest version | 1 |
Latest release date | 2025-04-25 11:23:12 |
First release date | 2025-04-25 11:23:12 |
Supported Unity versions | 2018.4.2 or higher |
The Mesh Compression package is designed to reduce the memory footprint of meshes in your project by reducing the precision used on its data, such as Position, Normals or UVs.
On the default compression setup a Mesh’s size can be reduced by around 50%, but the setup can be customized per vertex attribute and per platform, allowing you to keep precision where you need it, but save where you can!
This package offers multiple ways to interact with:
- Directly on the model importer inspector
- Static batched meshes whenever a scene gets processed
- Via an editor tool
- Scripting entry points!