All sprite in tile palette become PINK

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??

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!).

1 Like

Thank you so much!