Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseImport textures with crunch compression disabled.
You can set EditorUserBuildSettings.overrideTextureCompression to ForceNoCrunchCompression
to import
all textures with Crunch compression disabled. This is the same as if all the textures had their Crunch compression option disabled in their per-platform import settings.
This setting is mostly useful for local development as Crunch compressing textures can take a long time, disabling it can speed up texture importing or a platform switch process significantly.
Note: ForceFastCompressor
also disables Crunch compression.
Additional resources: EditorUserBuildSettings.overrideTextureCompression, Texture Importer, command line arguments.