About animating child

I added a star animation but just discovered that changing the name of the star child game object from star to Star breaks the animation as its expecting a child named “star” its not a big deal leaving it lowercase but I am curious is there a way to save the animation when renaming a gameobject.

Hi Roskal,

Which version of Unity do you use?

2021.1.20f1

If the animation breaks because it expects a specific name, you could open the animation file with Visual Studio or Visual Studio code and check if the name is mentioned there. Then replace it with the new name.

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

Privacy & Terms