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