Tip to change animations faster

Let’s take the Trophy, I currently have the Animator on the Body but I want to move it on its parent (Trophy).

  1. Copy the Animator component (three dots -> “Copy component”) and paste it on the Trophy (three dots on existing component -> “Paste Component As New”)
  2. Remove the Animator component from the Body (three dots -> “Remove component”)
  3. The Trophy Animator Controller will show yellow errors because the previous reference is broken, but you can simply select one of the properties, press “F2” and rename it according to the hierarchy: instead of “Top” you have to put “Body/Top”.

This is super fast and precise, but sometimes it doesn’t work (for instance I couldn’t do it on either the Cactus or the Lizard, I assume because we created Animations outside of the Animator).

Source

Privacy & Terms