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