Select your preferred scripting language. All code snippets will be displayed in this language.
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
ClosestateName | The name of the destination state. |
transitionDuration | The duration of the transition. Value is in source state normalized time. |
normalizedTime | Start time of the current destination state. Value is in source state normalized time, should be between 0 and 1. |
layer | Layer index containing the destination state. |
stateNameHash | State hash of the destination state. |
Create a dynamic transition between the current state and the destination state.
Both state as to be on the same layer.
You cannot change the current state on a synchronized layer, you need to change it on the referenced layer.