Search Unity

Tiles problem

Discussion in '2D' started by TexusDark, Oct 29, 2018.

  1. TexusDark

    TexusDark

    Joined:
    Jul 14, 2017
    Posts:
    10
  2. Geejayz

    Geejayz

    Joined:
    Feb 8, 2016
    Posts:
    73
    Hi,
    You skull tile should be on a different layer than the other tiles (top right in the inspector window). You can also use Sorting Order in the inspector to order a number of sprites on how you wish them to display with respect to each other.

    Try that and let me know how you get on.
     
    TexusDark likes this.
  3. TexusDark

    TexusDark

    Joined:
    Jul 14, 2017
    Posts:
    10
    My problem is fixed, thanks a lot :D !!
     
    Geejayz likes this.
  4. mvinc006

    mvinc006

    Joined:
    Jan 1, 2018
    Posts:
    91
    Much easier than the solution I came up with, which was to bundle the tiles sprites together as an animation when they share the same tilespace. Changing the order in layer is much more simple.