AnimatorController.CreateAnimatorControllerAtPath

매뉴얼로 전환
public static Animations.AnimatorController CreateAnimatorControllerAtPath (string path);

파라미터

pathThe path where the AnimatorController asset will be created.

반환

AnimatorController The created AnimationController or null if an error occured.

설명

Creates an AnimatorController at the given path.

An example showing usage of this API can be found at the AnimatorController page.