docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class MultiplayConfig.BuildProfileReference

    Represents a reference to a Unity BuildProfile asset.

    Inheritance
    object
    MultiplayConfig.BuildProfileReference
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Multiplay.Authoring.Core.Assets
    Assembly: Unity.Services.Multiplayer.Multiplay.Authoring.Core.dll
    Syntax
    public class MultiplayConfig.BuildProfileReference
    Remarks

    Guids and fileIds for assets can be found using AssetDatabase.TryGetGUIDAndLocalFileIdentifier.

    Properties

    Guid

    The guid of the referenced asset.

    Declaration
    public string Guid { get; set; }
    Property Value
    Type Description
    string

    Id

    The fileId of the referenced asset.

    Declaration
    public long Id { get; set; }
    Property Value
    Type Description
    long
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)