#Issues with entity animations

9 messages · Page 1 of 1 (latest)

timber bear
tame cypress
#

From my experience an animation must either have "animation_length", "loop", or both defined

#

But the actual issue: your client entity is using the 1.8.0 format, which does not support "animate" in the scripts section

#

In this you can simply update it to version 1.10.0.

If it should remain on 1.8.0 though, then know that you must create and define an animation controller for the entity using the "animation_controllers" array.

"animation_controllers": [
  {
    "controller": "controller.animation.timer_animate"
  }
]
timber bear
#

That was the problem. Thanks!

hollow fiber
#

@tame cypress What do you think about trying to close completed questions?

#

There isn't any obvious way to know what's solved or not.

tame cypress
#

We could have users manually close them I think.

#

It's part of the posting guidelines, which unfortunately are really hard to read.