logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class UnityGameUiInstaller

    Unity-specific installer for the GameUi service.

    Inheritance
    object
    UnityGameUiInstaller
    Implements
    IFoundationInstaller
    IInstaller
    Namespace: Serenity.GameUi.Installation.Installers
    Assembly: Serenity.UnityGameUi.Installation.dll
    Syntax
    public class UnityGameUiInstaller : GameUiInstaller, IFoundationInstaller, IInstaller
    Remarks

    Creates the UnityGameUiService, UnityGameHudPresenter, and UnityGameResultsPresenter on a dedicated GameObject and wires the presenters into the service.

    Constructors

    UnityGameUiInstaller()

    Declaration
    public UnityGameUiInstaller()

    Methods

    Install(ILogService)

    Installs the GameUi service by creating the Unity MonoBehaviour implementation with HUD and results presenters.

    Declaration
    public override void Install(ILogService logService)
    Parameters
    Type Name Description
    ILogService logService

    The logging service for diagnostic output.

    Implements

    IFoundationInstaller
    IInstaller
    In this article
    © 2026 Serenity. All Rights Reserved