# SettingsScope

> Sets the scope of a SettingsProvider. The Scope determines where it appears in the UI. For example, whether it appears with the Project settings in the Settings window, or in the Preferences window, or in both windows.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEditor](/engine/6000.0/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

```csharp
public enum SettingsScope
```

## Remarks

Additional Resources: [\_scope](/engine/6000.0/script-reference/unityeditor/settingsprovider/scope.md), [SettingsProvider](/engine/6000.0/script-reference/unityeditor/settingsprovider/ctor.md).

## Fields

| Value                                                                           | Description                                                       |
| ------------------------------------------------------------------------------- | ----------------------------------------------------------------- |
| [Project](/engine/6000.0/script-reference/unityeditor/settingsscope/project.md) | The SettingsProvider appears only in the Project Settings window. |
| [User](/engine/6000.0/script-reference/unityeditor/settingsscope/user.md)       | The SettingsProvider appears only in the Preferences window.      |
