Class BuildFinishAction
Represents the event sent at the end of the build process
Inherited Members
Namespace: Unity.Play.Publisher.Editor
Syntax
public class BuildFinishAction : PublisherAction
Remarks
Dispatch this action when the build process ends
Fields
buildGUID
GUID of the build
Declaration
public string buildGUID
Field Value
Type | Description |
---|---|
String |
outputDir
Output directory of the build
Declaration
public string outputDir
Field Value
Type | Description |
---|---|
String |