Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Enum
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public enum SettingsScope

Remarks

Additional Resources: _scope, SettingsProvider.

Fields

Value

Description

ProjectThe SettingsProvider appears only in the Project Settings window.
UserThe SettingsProvider appears only in the Preferences window.