# DestroyAsset

Deletes a gameobject.&#x20;

### Implementation

```csharp
protected virtual void DestroyAsset(MonoBehaviour reference);
```
