Is it valid for AnimationPlayer to have a another AnimationPlayer as achild?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By ranjithtv

Is it valid for AnimationPlayer to have a another AnimationPlayer as a child. I am seeing that my parent animation player’s animation not getting applied.

Never mind, I did a different solution. I was trying to add node as a child if AnimationPlayer programmatically and the node which is part of another scene was doing the same.

ranjithtv | 2018-11-16 21:04

:bust_in_silhouette: Reply From: DogeMassaji

May I ask you why? What do you intend to do?

Never mind, I did a different solution. I was trying to add node as a child if AnimationPlayer programmatically and the node which is part of another scene was doing the same.

ranjithtv | 2018-11-16 21:04

:bust_in_silhouette: Reply From: Zylann

It’s not invalid per se, I think it doesn’t really matter. But depending on what you are trying to achieve, it may or may not be a good solution.