Search Unity

Animation record button & child

Discussion in 'Animation' started by Meatb0y, Jan 15, 2022.

  1. Meatb0y

    Meatb0y

    Joined:
    Jan 25, 2015
    Posts:
    43
    Hi !
    I've an issue : I've a game object with a child that contain the sprite that i would like to animate, but when i press the button recording then switch to my child object, the animation windows says no clip. i used to be able to animate the child from the parent by recording the animation so i don't understand why it don't work anymore since I update unity.
    Do i miss an option to enable ?
    Thanxs !
     
  2. MarekUnity

    MarekUnity

    Unity Technologies

    Joined:
    Jan 6, 2017
    Posts:
    207
    Does your child object have an Animator component on it? If yes, then the Animation window will switch context to that game object.

    You can force Animation window to stay focused by selecting the "lock" button
    upload_2022-1-16_11-2-26.png
     
  3. Meatb0y

    Meatb0y

    Joined:
    Jan 25, 2015
    Posts:
    43
    Ho yes Thanks ! I had deleted the animator asset but forget the component ! My bad ! Thanx a lot !
     
    MarekUnity likes this.