On this pageGDTKItem.customNamepublic string customName { get; set; }CopyDescription#Get/Set the custom name for this itemUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(GDTKItem target) { string result = target.customName; } }Copy