Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


maxAtlasSize

Specifies the maximum size (width/height) of the atlas texture, in pixels. This value must be a power of two, and must be greater than or equal to DynamicAtlasSettings.minAtlasSize.
Read time 1 minuteLast updated 12 days ago

Definition

public int maxAtlasSize { get; set; }