# RemoveClip

> Remove clip from the animation list.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine](/engine/6000.6/script-reference/unityengine.md)
* **Assembly:** UnityEngine.AnimationModule

## RemoveClip(AnimationClip)

Remove clip from the animation list.

```csharp
public void RemoveClip(AnimationClip clip)
```

### Parameters

**** (\[AnimationClip]\(/engine/6000.6/script-reference/unityengine/animationclip)):&#x20;

### Remarks

This willl remove the clip and any animation states based on it.

## RemoveClip(string)

Remove clip from the animation list.

```csharp
public void RemoveClip(string clipName)
```

### Parameters

**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)):&#x20;

### Remarks

This willl remove the animation state that match the name.
