
0
Pending Review
How can I access AnimatorStateTransition.offset ?
Hi!
I need to be able change the start of transition time between specific states. How can I do that?
I would like to add variable that controls transition's offset.
Can't find AnimatorStateTransition class in Bolt's Unit Options Wizard but it is here https://docs.unity3d.com/ScriptReference/Animations.AnimatorStateTransition.html
Bolt Version:
Unity Version:
Platform(s):
Scripting Backend:
.NET Version (API Compatibility Level):
Customer support service by UserEcho
That's an editor only class (inside UnityEditor); it's not available from builds or play mode. Are you sure this is the right way of achieving what you want?
Then it's not... 😞
Thanks