Api Editor StandaloneExporter
class

StandaloneExporter

public class StandaloneExporter

Properties

Name Type Description
Project Project
Files IReadOnlyList<QueuedFile>
PackageManifest PackageManifest
StandaloneManifest StandaloneManifest
OnProgressChanged Action<ExportProgress>

Methods

static Task<StandaloneExporter> FromConfig(ExportConfig config)
Task Run()
Task AddFile(Byte[] contents, String relativePath)

Manually add a file to the manifest

Task AddFile(String contents, String relativePath)

Manually add a file to the manifest

Task AddCodePackageReference(String package)

If the code is referencing a package - we can add it to the manifest using this.

Assembly: Sandbox.Tools Namespace: Editor Full Name: Editor.StandaloneExporter