On this pageItemListUI.SplitStackDeclaration#public virtual void SplitStack()CopyDescription#Split the current item stack into two stacksUsage#using NullSave.GDTK.Inventory;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(ItemListUI target) { target.SplitStack(); } }Copy