-
Notifications
You must be signed in to change notification settings - Fork 122
Description
Hello!
While working on my map in Unity, I've noticed that some of my objects have the animations I assigned and some don't. I managed to narrow it down to the Object Layers.
For example, I have a campfire that has a 4 frame animation and I placed it on the map in Tiled in an Object Layer. However, when I've imported the map with Tiled2Unity the animation seems to not play at all.
From what I've gathered the animation does indeed play, except that each frame is the same as the starting frame. So what I end up with is a 4 frame animation of a campfire except that the first frame of animation plays on all 4 of them, making it look like the animation isn't playing at all.
I've tried reimporting the map and a second map with different tiles and animation. I still have the same problem. I've also tried making a new project from scratch to see if any of the import files were corrupt and that didn't work either.
Is there a way to solve this? Love the software by the way, I've used it for years.