Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


DynamicAtlasFilters

Options to enable or disable filters for the dynamic atlas.
Read time 1 minuteLast updated 13 days ago

Definition

[Flags]public enum DynamicAtlasFilters

Remarks

Filters exclude individual textures from the texture atlas based on specific criteria.

Fields

Value

Description

ColorSpaceExcludes textures whose color space does not match the color space of the atlas.
FilterModeExcludes textures that use a filter mode that the atlas does not support.
FormatExcludes textures that, because of their format, would lose precision, or be truncated when the system adds them to the atlas.
NoneNo filtering is performed.
ReadabilityExcludes readable textures.
SizeExcludes textures whose size exceeds the maximum sub-texture size specified in the dynamic atlas settings.