How can I make animated tiles?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By TecoSV

I would like to animate some tiles of my tilemap, but I don’t know which is the best method to do it, also I have to say that I’m using a single image for each Tile(This because if I use a SpriteSheet image and then I cut it for each tile when drawing the Tilemap depending of the camera position it shows some gaps between tiles).

:bust_in_silhouette: Reply From: AaronWizard

There’s AnimatedTexture. It’s still a work in progress though apparently.

In other versions you’d animated a tile’s texture with shaders.

There’s currently no way to add textures for each frame in the editor though. They as of the current 3.1 beta have to be assigned through code.

AaronWizard | 2019-01-12 16:46