logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class UnityGameSpawnerInstaller

    Unity-specific installer for the GameSpawner service.

    Inheritance
    object
    UnityGameSpawnerInstaller
    Implements
    IFoundationInstaller
    IInstaller
    Namespace: Serenity.GameSpawner.Installation.Installers
    Assembly: Serenity.UnityGameSpawner.Installation.dll
    Syntax
    public class UnityGameSpawnerInstaller : GameSpawnerInstaller, IFoundationInstaller, IInstaller
    Remarks

    Creates the UnityGameSpawnerService and UnitySpawnFactory and wires them together on a dedicated GameObject.

    Constructors

    UnityGameSpawnerInstaller()

    Declaration
    public UnityGameSpawnerInstaller()

    Methods

    Install(ILogService)

    Installs the GameSpawner service by creating the Unity MonoBehaviour implementation with a Unity-based spawn factory.

    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