Hello,
I’m currently building a 2D platformer game using the tilemap. I’m not sure what happened but I opened unity today, and the Tile Palette tab is missing. I’ve tried to remove the 2d package and reinstall it, but nothing is displayed on that tab. Has someone encountered this before?
Try closing the window and re-open it.
If that doesn’t help, are there any errors in the console?
Also check Package Manager, perhaps you are missing one of the 2D tilemap packages.
And try creating a new tilemap object in the scene to check if that shows the palette.
I have tried all of that and it doesn’t work.
No errors in the console
I’ve uninstalled the 2D package and reinstalled
Maybe there’s exceptions in the Editor.log you could look at.
I’d say do the usual and exit Unity then delete the “Library” sub-folder. You can then load the project and it’ll all be rebuilt. Maybe there’s some update/caching issue and it’s throwing an exception. In a lot of cases of a blank Editor window, it’s because the Editor window is throwing an exception.
will deleting the Libary sub-folder delete anything in my project?
Thank you! This worked
No, it’s just a folder for Unity to use to cache stuff. Nothing in there is permanent, it’s why it shouldn’t be checked into source control etc.
Good stuff. Sounds like some corruption of unexpected cached data causing the palette Editor window to throw an exception.