Search Unity

Changing Transition Duration for all transitions via Scripting (Mechanim Animator Controller)

Discussion in 'Scripting' started by Rajmahal, Dec 31, 2015.

  1. Rajmahal

    Rajmahal

    Joined:
    Apr 20, 2011
    Posts:
    2,101
    Hi,

    I have a huge number of animation controllers that I need to change the transition duration for within each transition. I originally had it set to 0.25 and I found that many animations look better if I set it to 0.15 or lower. I'm trying to figure out how to write a script that goes through the animation controller and change all the transitions to 0.15 if they are currently set to more than 0.15.

    Any tips? The Mechanim API is really confusing me.
     
  2. zIyaGtVm

    zIyaGtVm

    Joined:
    Dec 27, 2017
    Posts:
    131
    Hi,I have the same question .Did you figure out? What I want is to set all my transition default to zero.