On this pageGDTKItem.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(GDTKItem target) { string result = target.instanceId; } }Copy