Does it matter where you place your AnimationTree in relation to your AnimationPlayer

Godot Version

4.5.1

Question

So I’ve started to play around with AnimatonTree’s for the first time and out of curiosity I was wondering if it matters where you place your AnimationTree node in relation to your AnimationPlayer node. Cause in every tutorial I’ve seen so far people just place the two side-by-side like this.
image
And I was just curious if there was any deeper meaning to their placement in the hierarchy or not. Just cause I kinda think it looks nicer if the AnimationTree is a child of the AnimationPlayer.

It does not matter where the AnimationTree is in relation to the AnimationPlayer as long as AnimationTree.anim_player points to the AnimationPlayer node

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.