Compressing mesh data for optimization
How to compress mesh data to reduce its size, which can improve performance.
Read time 1 minuteLast updated 13 days ago
Techniques and strategies for compressing mesh data in Unity to reduce its size, which can improve performance.
Topic | Description |
|---|---|
| Types of mesh data compression | Understand the difference between mesh compression and vertex compression, and their impact on your project. |
| Configure vertex compression | Configure the precision of data formats in all meshes, to impact reduces the size of mesh data in memory. |
| Configure mesh compression | Compress the data of individual meshes, to impact file size. |