I can't find tile palette anywhere. Help?

So i want to make a 2d game and ive heard one of the best ways to do it is to create a tileset. And so i did create one but i have a problem. I just cannot find the tile palette window anywhere i checked where it usually is and literally everywhere but i just cannot find it. I am certain that my version is up to date I am using unity 2019.2.12f1. Can anybody please help me?

For 2019.2 and above, if you created a new Unity project, you will need to add the 2D Tilemap Editor package from the Unity Package Manager (under Window/Package Manager) to your project to be able to create Tiles and access the Tile Palette. If you created a new Unity project with the 2D template, the package will be added for you automatically. If you upgraded from a previous Unity version, the package will be automatically added as well.

2 Likes

Thank you soooo much!