Animated Tile Sets in Unity
Jun 26, 2021
In the newest version of Unity (2021.1.12f1), it is simple to create animated tiles for your project.
The first step is the same as the normal tile sets. Create a new Tile Palette for your animated tiles.
For the animated tiles, go to the package manager and install the 2D Tilemap Extras.
In the project window, create a folder for your animated tiles and add right-click and select Create => 2D => Tiles => Animated Tiles
Now select the number of animated sprites you have and fill them in.
Set the minimum speed to what you want it at for your project.
Pull this animated tile into your palette and you will be ready to use the animated tiles.