CreateAnimatorControllerAtPath(string)
Creates an AnimatorController at the given path.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Animations
- Assembly: UnityEditor.CoreModule
public static AnimatorController CreateAnimatorControllerAtPath(string path)
Parameters
The path where the AnimatorController asset will be created.
Returns
Type | Description |
|---|---|
| AnimatorController | The created AnimationController or null if an error occured. |
Remarks
An example showing usage of this API can be found at the AnimatorController page.