docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class UgcBridgeStepsUtils

    General utilities class for the UGC Bridge.

    Inheritance
    object
    UgcBridgeStepsUtils
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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()
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)