# GetShader()

> Gets the reference to the shader imported by this importer.

## Definition

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

```csharp
public Shader GetShader()
```

### Returns

| Type                                                            | Description |
| --------------------------------------------------------------- | ----------- |
| [Shader](/engine/6000.5/script-reference/unityengine/shader.md) |             |
