# GetAllImporters()

> Returns all plugin importers for all platforms.

## Definition

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

```csharp
public static PluginImporter[] GetAllImporters()
```

### Returns

| Type                                                                                | Description |
| ----------------------------------------------------------------------------------- | ----------- |
| [PluginImporter\[\]](/engine/6000.7/script-reference/unityeditor/pluginimporter.md) |             |
