# Awake

Awake is called when the script instance is being loaded.&#x20;

### Implementation

```csharp
protected new virtual void Awake();
```

### Reference

[MonoBehaviour.Awake](https://docs.unity3d.com/ScriptReference/MonoBehaviour.Awake.html)
