Search Unity

Tile palette not arranging correctly

Discussion in '2D' started by m4thus4n, Jun 22, 2021.

  1. m4thus4n

    m4thus4n

    Joined:
    Aug 11, 2020
    Posts:
    9
    I have a isometric tilemap and a corresponding tile palette. When I place my tiles in the tile palette windows, the position seems wierd... Am I doing something wrong ?
     
  2. ChuanXin

    ChuanXin

    Unity Technologies

    Joined:
    Apr 7, 2015
    Posts:
    1,068
    The rendering order of the Sprites in the Tile Palette could be wrong.

    Could you share the settings of the TilemapRenderer for your Tile Palette asset? You can access this by entering into the Prefab mode for your Tile Palette asset and locating the TilemapRenderer component while in that view.