logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class UnityGameRailInstaller

    Unity-specific installer for the GameRail service.

    Inheritance
    object
    UnityGameRailInstaller
    Implements
    IFoundationInstaller
    IInstaller
    Namespace: Serenity.GameRail.Installation.Installers
    Assembly: Serenity.UnityGameRail.Installation.dll
    Syntax
    public class UnityGameRailInstaller : GameRailInstaller, IFoundationInstaller, IInstaller
    Remarks

    Creates the UnityGameRailService as a MonoBehaviour on a dedicated GameObject.

    Constructors

    UnityGameRailInstaller()

    Declaration
    public UnityGameRailInstaller()

    Methods

    Install(ILogService)

    Installs the GameRail service by creating the Unity MonoBehaviour implementation.

    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