I have multiple different instances of a scene that each have their own animation player. In theory the animation player should play the animation from the point the scene is at, but instead it resets itself to the middle of the overarching scene, despite the animation player being localized in the individual scene. I really cannot figure it out.
#Need a way to change the point an animation plays from
7 messages · Page 1 of 1 (latest)
can you show the animations?
As you can see, the animation plays from the center, despite me printing the position before and after it moves, which says it is at the spot it should be sent.
you're animating the position of the root node, in absolute values. so what it starts at doesn't really matter. there should however be a setting to make it so the amimation is relative to the starting value.
what is the setting
what is the setting to make it so the animation is relative to the starting value?
i can't find it right now, might also just not exist.
in the end you could always add another node as a child and only animate its position.