[0.13.0.0] Canvas Wall Animation Desync when Tiled

Animation sprites that are tiled with canvas walls are delayed by 1 frame everytime it is tiled.
For example here is a simple 1x6 sprite I made to test if this was an actual bug or I was just going insane.


As you can see, with each time it is tiled the frames for the animation are delayed by one, they should be all counting in sync.

Here’s the sprite I used to test.

I only realised this bug when a sprite drawn in aseprite animated seamlessly when tiled, but in TU it wasn’t.

Basically the way the animations work is that it’s a sprite sheet that gets shifted up/left to animate. When you tile it, it’s just going to show the shifting like you are zooming out.

1 Like

Ah I see, I suppose I’ll stick with the workaround of if I want a seamless tiled texture to either have the sprite tiled already or to use canvas cubes.