# ImportRecursive

> When a folder is imported, import all its contents as well.

## Definition

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

```csharp
ImportRecursive = 256
```

### Remarks

Additional Resources: [AssetDatabase.ImportAsset](/engine/6000.5/script-reference/unityeditor/assetdatabase/importasset.md), [AssetDatabase.Refresh](/engine/6000.5/script-reference/unityeditor/assetdatabase/refresh.md).
