Class MultiplayConfig.BuildProfileReference
Represents a reference to a Unity BuildProfile asset.
Inherited Members
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 |