logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class UnityFilePersistenceInstaller

    Unity-specific installer for file-system-backed persistence.

    Inheritance
    object
    UnityFilePersistenceInstaller
    Namespace: Serenity.FilePersistence.Installation.Installers
    Assembly: Serenity.UnityFilePersistence.Installation.dll
    Syntax
    public class UnityFilePersistenceInstaller : IOFilePersistenceInstaller
    Remarks

    Extends IOFilePersistenceInstaller and pins the company/product names to UnityEngine.Application.companyName and UnityEngine.Application.productName, so the on-disk save path matches the running Unity project without callers having to pass them in.

    Constructors

    UnityFilePersistenceInstaller()

    Initializes a new instance of the UnityFilePersistenceInstaller class using the current Unity project's company and product names.

    Declaration
    public UnityFilePersistenceInstaller()
    In this article
    © 2026 Serenity. All Rights Reserved