API reference
API reference
Select your platform
No SDKs available
No versions available

ConduitManifestGenerationManager Class

Extends IPreprocessBuildWithReport
Manages the Conduit manifest generation.

Fields

The priority for preprocess build callback.

Properties

True when a manifest exists locally for this configuration.
The assembly walker associated with this configuration.
Locally collected Conduit statistics.

Static Member Functions

Factory method that creates a manager for the configuration if none exists. Otherwise, creates a new one.
Parameters
configuration
The configuration.
Returns
An instance of this class.
static void PersistStatistics ( )

Member Functions

This default constructor is intended to be used by Unity only. Do not call it directly.
void OnPreprocessBuild
( BuildReport report )
List< string > ExtractManifestData ( )
Generate a manifest with empty entities and actions lists.
Parameters
domain
A friendly name to use for this app.
id
The App ID.
Returns
A JSON representation of the empty manifest.
Generates a manifest and optionally opens it in the editor.
Parameters
configuration
The configuration that we are generating the manifest for.
openManifest
If true, will open the manifest file in the code editor.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon