I have the following tree:
I'm trying to programatically add tracks to the AnimationWrapper that are AnimationPlayback tracks for the AnimationPlayer. When I add a AnimationPlayback track with the path "../Cube/AnimationPlayer", it appears as a broken link. When I add a track using the UI, I noticed it uses the path "Cube/AnimationPlayer". This doesn't make much sense to me, as I think that "Cube/AnimationPlayer" would refer to a node at the full path "Root/Cube/AnimationWrapper/Cube/AnimationPlayer", which doesn't exist. "../Cube/AnimationPlayer" seems right to me, as the ".." brings it up to the parent "Root", then "Cube/AnimationPlayer" navigates to the nested animation player from there. Why doesn't that work as expected, and how does "Cube/AnimationPlayer" (without a "..") actually work?