# loop

> 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 loop { get; set; }
```

### Remarks

Set this to true to make the movie loop.
