Class UnityFilePersistenceInstaller
Unity-specific installer for file-system-backed persistence.
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()