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.

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.