Unity Engine documentationScript ReferenceUnityEngineUnityEngine.TilemapsTilemapRendererTilemapRenderer.ModeIndividualSends each Sprite from the Tilemap to be rendered individually.Read time 1 minuteLast updated 9 days agoDefinition Type: Field Namespace: UnityEngine.Tilemaps Assembly: UnityEngine.TilemapModule Individual = 1 Remarks Use this mode if each Sprite on the Tilemap needs to interact with other Renderers, for example due to sorting.