logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class UnityGameplayEntityInstaller

    Unity-specific installer for the GameplayEntity service.

    Inheritance
    object
    UnityGameplayEntityInstaller
    Implements
    IFoundationInstaller
    IInstaller
    Namespace: Serenity.GameplayEntity.Installation.Installers
    Assembly: Serenity.UnityGameplayEntity.Installation.dll
    Syntax
    public class UnityGameplayEntityInstaller : GameplayEntityInstaller, IFoundationInstaller, IInstaller
    Remarks

    Creates and configures the UnityGameplayEntityService as a MonoBehaviour on a dedicated GameObject.

    Constructors

    UnityGameplayEntityInstaller()

    Declaration
    public UnityGameplayEntityInstaller()

    Methods

    Install(ILogService)

    Installs the GameplayEntity 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