This version of Unity is unsupported.

Mode

enumeration

Description

Determines how the TilemapRenderer should batch the sprites from tiles for rendering.

Properties

ChunkBatches each Sprite from the Tilemap into grouped chunks to be rendered.
IndividualSends each Sprite from the Tilemap to be rendered individually.