On this pageMerchant.instanceIdpublic string instanceId { get; }CopyDescription#Get the id of this instance of the objectUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(Merchant target) { string result = target.instanceId; } }Copy