i know paperzd but it seems like that no animatedtile?
Hey @Anonymous_3f5837f886e1ef6ab23d189a46b7ec4e! Welcome to the Forums!
In order to use animated tiles, you will need to replace tiles with flipbook materials. Check out this non-Epic affiliated tutorial on how to do so:
I hope the above is the solution you need!
Hey @Anonymous_3f5837f886e1ef6ab23d189a46b7ec4e!
Checking in! Was the above the solution you were looking for?
I did follow the tutorial, but it’s not applicable for UE5 I think.
The main issue is that the youtuber is using UE4, and a plugin called Paper 2d Tile replacer that is compatible for UE 4.16 - 4.20.
I’d love to see if there’s a workaround for UE5, any help would be greatly appreciated.
I know this post is quite old, but I’ll leave it here for people on the internet that may stumble with this post.
UE5 does not support animated tiles within a tilemap by default, you can however place them manually as flipbooks, like the comment above suggested, however that is quite tedious to do one by one by hand.
I made this plugin to work alonside the Tiled map editor (which has quite more features to work with tile maps and tile sets) and let’s you import those maps into UE5. And in addition it supports animated tiles out of the box without having to do manual flipbooks.
You can check it out here: https://www.fab.com/listings/5906c3e1-6ca6-48b3-9694-57fbb0c08037
What Flekz said is still correct as of UE5.5. My solution to this problem was developing a plugin that does this really well: allowing for tiles in a Tilemap to be converted to their animated equivalent, whether that be flipbooks or entire BP/C++ actors, with very quick and minimal setup - all while staying within and improving Unreal’s toolset.
Have a look: AnimatedTiles2D