Search Unity

Browse an Animation with a float and his Animation Curve

Discussion in 'Scripting' started by Totoketchup, Oct 25, 2014.

  1. Totoketchup

    Totoketchup

    Joined:
    May 24, 2014
    Posts:
    10
    Hi !

    My problem is that i have made an animation and i want to show it depending on a parameter ( a float ) . For exemple if this float is 0 my anim is at the beginning , if this float is 0.5 my anim is at the middle ..
    In fact, i want to browse this animation with the float using his AnimationCurve ...

    Is it possible ?

    Thx :)
     
  2. hpjohn

    hpjohn

    Joined:
    Aug 14, 2012
    Posts:
    2,190
  3. Totoketchup

    Totoketchup

    Joined:
    May 24, 2014
    Posts:
    10
    Thx it's great :)