How to access and modify an animator state transition in runtime?

Given an Animator object with several AnimatorStateTransitions to different states, is it possible to access one of these AnimatorStateTransitions to modify it’s parameters (e.g. duration, exitTime, etc. ) in runtime?

Figured this out?

1 Answer

1

I’m also stuck on this.