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.
Inherited Members
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()