Search Unity

More Animation woes.

Discussion in 'Editor & General Support' started by telgo, Mar 19, 2020.

  1. telgo

    telgo

    Joined:
    Dec 10, 2015
    Posts:
    9
    All I wanted to do was to copy the robot guard from the old Stealth tutorial. The model comes in fine, but I cannot use the animations.


    For example, I made a non-readable-only copy of the Walk animation But all the curves are yellow for example:

    Animator.Left Foot Down-Up


    And I can’t click to change them.


    Now of course, there is no such attribute in the model, but instead there is

    char_robotGuard_LeftUpLeg


    As part of char_robotGuard_Hips, in char_robotGuard_skeleton


    I have tried playing with the text anim file, and the Editor script Animation Hierarchy Editor, to no avail.


    Any clues?