# OnPlayableCreate(Playable)

> This function is called when the Playable that owns the PlayableBehaviour is created.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.Playables](/engine/6000.7/script-reference/unityengine/playables.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public virtual void OnPlayableCreate(Playable playable)
```

### Parameters

**** (\[Playable]\(/engine/6000.7/script-reference/unityengine/playables/playable)): The [Playable](/engine/6000.7/script-reference/unityengine/playables/playable.md) that owns the current PlayableBehaviour.
