Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CreateAnimatorControllerAtPath(string)

Creates an AnimatorController at the given path.
Read time 1 minuteLast updated 5 days ago

Definition

public static AnimatorController CreateAnimatorControllerAtPath(string path)

Parameters

path

The path where the AnimatorController asset will be created.

Returns

Type

Description

AnimatorControllerThe created AnimationController or null if an error occured.

Remarks

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