Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

AnimatorStateMachine.RemoveStateMachine

public void RemoveStateMachine(Animations.AnimatorStateMachine stateMachine);

Parameters

stateMachine The state machine to remove.

Description

Utility function to remove a state machine from its parent state machine.

If the state machine is a sub asset of the parent state machine, it will be deleted. This function pushes an Undo operation.