Godot Version
4.3
Question
So my 3d character animations are controlled by an animation tree state machine, and I’d like to add another animation that should always play simultaneously with the current animation tree state. For example, a flying helicopter’s rotor keeps spinning no matter what’s happening to its other parts. What are the best ways to do it? Put the entire tree and that other animation into a blendspace?