# Create(PlayableGraph, RuntimeAnimatorController)

> Creates an AnimatorControllerPlayable in the PlayableGraph.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.Animations](/engine/6000.5/script-reference/unityengine/animations.md)
* **Assembly:** UnityEngine.AnimationModule

```csharp
public static AnimatorControllerPlayable Create(PlayableGraph graph, RuntimeAnimatorController controller)
```

### Parameters

**** (\[PlayableGraph]\(/engine/6000.5/script-reference/unityengine/playables/playablegraph)): The [PlayableGraph](/engine/6000.5/script-reference/unityengine/playables/playablegraph.md) object that will own the AnimatorControllerPlayable.**** (\[RuntimeAnimatorController]\(/engine/6000.5/script-reference/unityengine/runtimeanimatorcontroller)): The [RuntimeAnimatorController](/engine/6000.5/script-reference/unityengine/runtimeanimatorcontroller.md) that will be added in the graph.

### Returns

| Type                                                                                                               | Description                                                                                                           |
| ------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------- |
| [AnimatorControllerPlayable](/engine/6000.5/script-reference/unityengine/animations/animatorcontrollerplayable.md) | A [AnimatorControllerPlayable](/engine/6000.5/script-reference/unityengine/animations/animatorcontrollerplayable.md). |
