logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    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.

    Inheritance
    object
    SerenityHubStatus
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    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>
    In this article
    © 2026 Serenity. All Rights Reserved