Class CreateGameProgressSettingsWindow
Step-by-step window for creating (or updating) the project-wide UnityGameProgressSettings
asset, plus optionally its backend. Mirrors CreateLeaderboardWindow's shape: the window only
collects input and renders results, GameProgressCreator does the actual validation and
generation work.
Namespace: Serenity.GameProgress.Infrastructure.Editor.Builder
Assembly: Serenity.UnityGameProgress.Infrastructure.Editor.dll
Syntax
public sealed class CreateGameProgressSettingsWindow : EditorWindow
Constructors
CreateGameProgressSettingsWindow()
Declaration
public CreateGameProgressSettingsWindow()
Methods
Open()
Declaration
public static void Open()