Class UgcBridgeStepsUtils
General utilities class for the UGC Bridge.
Inherited Members
Namespace: Unity.Services.Ugc.Bridge.Editor
Assembly: Unity.Services.Ugc.Bridge.Editor.dll
Syntax
public static class UgcBridgeStepsUtils
Properties
IsContentBuildingStepMissing
Check if the ContentBuildingStep is missing or not assigned in the UGC Bridge project settings.
Declaration
public static bool IsContentBuildingStepMissing { get; }
Property Value
Type | Description |
---|---|
bool |
IsContentPublishingStepMissing
Check if the ContentPublishingStep is missing or not assigned in the UGC Bridge project settings.
Declaration
public static bool IsContentPublishingStepMissing { get; }
Property Value
Type | Description |
---|---|
bool |
IsContentSelectionStepMissing
Check if the ContentSelectionStep is missing or not assigned in the UGC Bridge project settings.
Declaration
public static bool IsContentSelectionStepMissing { get; }
Property Value
Type | Description |
---|---|
bool |
IsContentValidationStepMissing
Check if the ContentValidationStep is missing or not assigned in the UGC Bridge project settings.
Declaration
public static bool IsContentValidationStepMissing { get; }
Property Value
Type | Description |
---|---|
bool |
IsUserAuthenticationStepMissing
Check if the UserAuthenticationStep is missing or not assigned in the UGC Bridge project settings.
Declaration
public static bool IsUserAuthenticationStepMissing { get; }
Property Value
Type | Description |
---|---|
bool |
Methods
OnContentBuildingStepMissingGUI()
Helper method to draw a help box when the ContentBuildingStep is missing or not assigned in the UGC Bridge project settings.
Declaration
public static void OnContentBuildingStepMissingGUI()
OnContentPublishingStepMissingGUI()
Helper method to draw a help box when the ContentPublishingStep is missing or not assigned in the UGC Bridge project settings.
Declaration
public static void OnContentPublishingStepMissingGUI()
OnContentSelectionStepMissingGUI()
Helper method to draw a help box when the ContentSelectionStep is missing or not assigned in the UGC Bridge project settings.
Declaration
public static void OnContentSelectionStepMissingGUI()
OnContentValidationStepMissingGUI()
Helper method to draw a help box when the ContentValidationStep is missing or not assigned in the UGC Bridge project settings.
Declaration
public static void OnContentValidationStepMissingGUI()
OnUserAuthenticationStepMissingGUI()
Helper method to draw a help box when the UserAuthenticationStep is missing or not assigned in the UGC Bridge project settings.
Declaration
public static void OnUserAuthenticationStepMissingGUI()