Renaming the scene causes the AnimationPlayer track to break.

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

I have a scene that contains a sprite and an AnimationPlayer. Animation Player contains a track that works with the properties of the sprite.
At some point, I decided to rename the scene. This led to the breakdown of the track, because it refers to the old name.

In this regard, I have two questions:

  1. Is it possible to fix the current track without recreating it?
  2. How to avoid similar consequences in the future? Renaming nodes/scenes is a common thing during project refactoring. Does it always hurt this much?

broken track example