# Play<U>(U)

> Starts to play the Playable.

## Definition

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

## Play\<T>(T)

```csharp
public static void Play<U>(this U playable) where U : struct, IPlayable
```

### Parameters

**** (T): The [Playable](/engine/6000.0/script-reference/unityengine/playables/playable.md) used by this operation.

### Remarks

When playing, the local time of this [Playable](/engine/6000.0/script-reference/unityengine/playables/playable.md) will be updated during the evaluation of the [PlayableGraph](/engine/6000.0/script-reference/unityengine/playables/playablegraph.md).
