Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Question All sprite in tile palette become PINK

Discussion in '2D' started by jin7270, Apr 1, 2021.

  1. jin7270

    jin7270

    Joined:
    Jun 15, 2020
    Posts:
    2
    cap.JPG

    it's ok in scene or any other view, but it looks pink in tile palette.
    and it's also ok to use it from tile palette. only problem is that i can't see the tile sprite in tile palette.

    it seems to have appeared after i deleted the 2D light of URP and replaced it with a different shader.

    what should i do to see proper sprite again in tile palette??
     
  2. ChuanXin

    ChuanXin

    Unity Technologies

    Joined:
    Apr 7, 2015
    Posts:
    1,068
    This means that the TilemapRenderer for the Palette does not have a valid Material set.

    If you select the Tile Palette prefab asset in your Project Folder, open it up in Prefab mode, and find the TilemapRenderer in the Prefab, does it have a valid Material? You could try changing the Material to one of our default materials as well. Remember to save the Prefab (and your project if it works!).
     
  3. jin7270

    jin7270

    Joined:
    Jun 15, 2020
    Posts:
    2
    Thank you so much!