Search code examples
c#visual-studiounity-game-enginetilestile

I have problem with Unity tile pallette can someone help me?


I'd like to use Unity tiles and tilesmap with tile palette... but I cant find it!!!


Solution

  • From this post

    Unity Technologies:

    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.


    For installing a package follow the Installing packages from the registry - Manuall which in short goes:

    1. Open the Package Manager Window via WindowPackage Manager

    2. set the Filter to All Packages

    3. search for the Tilemap 2D Editor Package

    4. Hit Install

    After doing this the options you are looking for should be under Window2DTile Palette and Create2D ObjectTileMap