# isReadyToPlay

> MovieTexture has been removed. Use VideoPlayer instead.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.0/script-reference/unityengine.md)
* **Assembly:** UnityEngine.AudioModule

> **Warning:**
>
> **Removed.** MovieTexture is removed. Use VideoPlayer instead.

```csharp
public bool isReadyToPlay { get; }
```

### Remarks

If the movie is downloading from a web site, this returns if enough data has been downloaded so playback should be able to start without interruptions. For movies not associated with a web stream, this value always returns true.
