AnimatorController.CreateAnimatorControllerAtPath
Parameters
| path | The path where the AnimatorController asset will be created. |
Returns
AnimatorController The created AnimationController or null if an error occured.
Description 描述
Creates an AnimatorController at the given path.
An example showing usage of this API can be found at the AnimatorController page.