Enum PublisherState
Options for identifying the state of the app
Namespace: Unity.Play.Publisher.Editor
Assembly: Unity.Play.Publisher.Editor.dll
Syntax
public enum PublisherState
Fields
| Name | Description |
|---|---|
| Idle | The app is not doing anything |
| Login | The user needs to login |
| Process | An uploaded build is being processed |
| Upload | A build is being uploaded |
| Zip | A build is being zipped |