---
title: SCNSceneExportDestinationURL
framework: scenekit
role: symbol
role_heading: Global Variable
path: scenekit/scnsceneexportdestinationurl
---

# SCNSceneExportDestinationURL

The final destination URL for the exported scene file.

## Declaration

```swift
let SCNSceneExportDestinationURL: String
```

## Discussion

Discussion Use this option if you export a scene to a temporary directory and then move it to a final location. You must specify a final destination URL (an NSURL object) if your scene references external resources, such as image files for textures. SceneKit uses this URL to construct appropriate paths for external resources when writing the scene file.
