# instance

> Gets the instance of the ImporterGlobalSettings Singleton.

## Definition

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

```csharp
public static T instance { get; }
```

### Remarks

Unity creates the Singleton instance when this property is accessed for the first time. If you use the [FilePathAttribute](/engine/6000.7/script-reference/unityeditor/filepathattribute.md), then Unity loads the data on the first access as well.
