This version of Unity is unsupported.

PlayableBehaviour.OnPlayableCreate

public void OnPlayableCreate(Playables.Playable playable);

Parameters

playable The Playable that owns the current PlayableBehaviour.

Description

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