logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class UnityUiLoadingProgressPrefabGenerator

    Editor tool that generates a dedicated "LoadingProgressPrefab" for every UI theme.
    For each UnityUiThemeDefinition it creates a prefab variant of that theme's slideable template (the interactive slider) next to it and assigns it to the theme's LoadingProgressTemplate field, so the gameplay loading overlay can render the progress bar from a separate prefab instead of reusing the interactive slider.

    Inheritance
    object
    UnityUiLoadingProgressPrefabGenerator
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.Ui.Installation.Editor.Settings
    Assembly: Serenity.UnityUi.Installation.Editor.dll
    Syntax
    public static class UnityUiLoadingProgressPrefabGenerator

    Methods

    GenerateForAllThemes()

    Scans the project for every theme definition and ensures each one has a LoadingProgress prefab variant created and assigned.

    Declaration
    public static void GenerateForAllThemes()
    In this article
    © 2026 Serenity. All Rights Reserved