# Interactive

> The export operation will be run asynchronously and reveal the exported package file in a file browser window after the export is finished.

## Definition

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

```csharp
Interactive = 1
```

### Remarks

Note. When interactive mode is enabled, ExportPackage will return immediately before the package file has been created.
