Class SerenityProjectRecipeImporterWindow
Editor window for the Serenity Project Recipe importer. Lets a user pick a .serenity-recipe.json
file, optionally override the output root, and run validation, a dry run, or a real import — each
rendering the resulting report and mirroring it to the console.
Namespace: Serenity.ProjectRecipe.Infrastructure.Editor
Assembly: Serenity.UnityProjectRecipe.Infrastructure.Editor.dll
Syntax
public sealed class SerenityProjectRecipeImporterWindow : EditorWindow
Constructors
SerenityProjectRecipeImporterWindow()
Declaration
public SerenityProjectRecipeImporterWindow()
Methods
Open()
Opens the Project Recipe importer window.
Declaration
public static void Open()