Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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 compressionUnderstand the difference between mesh compression and vertex compression, and their impact on your project.
Configure vertex compressionConfigure the precision of data formats in all meshes, to impact reduces the size of mesh data in memory.
Configure mesh compressionCompress the data of individual meshes, to impact file size.