logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class RestorePayloadEntry

    One restorable file shipped as a payload: where it belongs, its GUID, and its original meta.

    Inheritance
    object
    RestorePayloadEntry
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Serenity.Editor.PackageBootstrapper
    Assembly: Serenity.PackageBootstrapper.Editor.dll
    Syntax
    public sealed class RestorePayloadEntry

    Constructors

    RestorePayloadEntry()

    Declaration
    public RestorePayloadEntry()

    Fields

    guid

    Declaration
    public string guid
    Field Value
    Type Description
    string

    metaContentBase64

    Base64 of the source file's full .meta text. Base64 keeps the round-trip byte-exact and independent of JsonUtility's string escaping, so the restored meta reproduces the original GUID and importer settings verbatim.

    Declaration
    public string metaContentBase64
    Field Value
    Type Description
    string

    payloadName

    Declaration
    public string payloadName
    Field Value
    Type Description
    string

    targetPath

    Declaration
    public string targetPath
    Field Value
    Type Description
    string
    In this article
    © 2026 Serenity. All Rights Reserved