Can I set Animator State Transition defaults?

Hey all,

So I’m working on a project with a lot of animations, and therefore a lot of animator transitions.
For most of these I want hasExitTime to be false, but by default it is true.
So is there any way to change its default value?

Might have something to do with AnimatorStateTransition but not sure where or when to change that.

Thanks for any help!

Make a new preset.


@Fanttum, of course you can! You just have to click on the check box within the transition between 2 animation states. This is done within the Animator Controller. You will need to provide another condition seeing as hasExitTime is a condition that gets met for the transition to know when to change to the new state. I hope this helps, feel free to ask more questions and I will try to help out as much as possible.

Made a context menu script that changes transition parameters to a specific value for RuntimeAnimatorControllers:

Maybe you can find a way to re-purpose it?