Creating Animated Tiles for your Tilemap in Unity - Tutorial

Опубликовано: 19 Июнь 2021
на канале: Velvary
48k
1k

Creating Tilemaps For Your 2D Game:
AutoTiling - Tilemap Rule Tiles:

Tilemaps are a great feature for 2D game development. But did you know that you can animate them easily? By using the free Unity package "2D Tilemap Extras" you can create your own animated tiles without any coding via the Unity inspector. The created tiles can be used like any other default tiles and can be drawn onto a Tilemap.

If you don't know what Tilemaps are or I do some things in this video you don't quite understand check out my beginner-friendly tutorial about the basics of tilemaps. Everything important should be explained.

And if you want to create a cool automatic tile which will choose which kind of tile is needed based on rules, check out my tutorial about AutoTiling. This can also be combined with animated tiles and lays a great base for your game projects.

Get the 10-frame wave animation here:

=========

DISCORD:
SUPPORT ME:

PLAY MY GAMES:
TWITTER:


...MORE TUTORIALS:

=========

Timestamps:
00:00​ - Intro
00:29​ - Package Installation & Sprite Setup
01:23​ - Setting Up an Animated Tile
02:23 - Usage of the Tile
03:20​ - Testing the Package Example