# Reset()

> Sets the values back to default.

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor](/engine/6000.7/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
void Reset()
```

### Remarks

Unity calls this method when a Reset operation is done in the settings of Scene view. It is not needed to update the [SceneView.AdditionalSettings\<TRenderPipelineAsset, TLinkedComponent>.linkedComponent](/engine/6000.7/script-reference/unityeditor/sceneview/additionalsettings2/linkedcomponent.md) as an [SceneView.IAdditionalSettings.Apply](/engine/6000.7/script-reference/unityeditor/sceneview/iadditionalsettings/apply.md)() operation will follow.
