Animated Tiles 2D Plugin

I would like to introduce my new plugin: Animated Tiles 2D.

Animated Tiles 2D is a plugin that does one thing really well: allows for tiles in a Tilemap to be converted to their animated equivalent with very quick and minimal setup. No C++ knowledge is required, everything is accessible through blueprints.

Features:

  • Swap static tiles on a TileMap to animated tiles.
  • Swap static tiles on a TileMap to any class. For example: interactable item actors, kill floor actors, AI actors, etc.
  • Get info about a tile via its location in the world.
    • An example of usage here is one can play footstep SFX based on the type of tile located under the player’s feet.

More details can be found here!

Thanks for reading!