# Editor.StandaloneExporter

- Kind: class
- Namespace: `Editor`
- Assembly: `Sandbox.Tools`

## Properties

- [`Files`](/api/Editor.StandaloneExporter/Files)
- [`OnProgressChanged`](/api/Editor.StandaloneExporter/OnProgressChanged)
- [`PackageManifest`](/api/Editor.StandaloneExporter/PackageManifest)
- [`Project`](/api/Editor.StandaloneExporter/Project)
- [`StandaloneManifest`](/api/Editor.StandaloneExporter/StandaloneManifest)

## Methods

- [`AddCodePackageReference`](/api/Editor.StandaloneExporter/AddCodePackageReference): If the code is referencing a package - we can add it to the manifest using this.
- [`AddFile`](/api/Editor.StandaloneExporter/AddFile): Manually add a file to the manifest
- [`FromConfig`](/api/Editor.StandaloneExporter/FromConfig)
- [`Run`](/api/Editor.StandaloneExporter/Run)
