Class SerenityHubStatus
Read-only status aggregator for the Serenity Hub. Produces three rows — required Unity packages, installation wiring, and overall project validation health — by reusing the same checks the standalone package installer and the project validators already perform. Never mutates project state; every row that needs a fix carries a deep-link menu path instead of fixing anything itself.
Inherited Members
Namespace: Serenity.Localization.Installation.Settings.Editor
Assembly: Serenity.UnityLocalization.Installation.Editor.dll
Syntax
public static class SerenityHubStatus
Methods
BuildRows()
Builds all Hub status rows. Synchronous; queries the local Package Manager cache offline.
Declaration
public static List<SerenityHubStatusRow> BuildRows()
Returns
| Type | Description |
|---|---|
| List<SerenityHubStatusRow> |