using UnityEngine; [CreateAssetMenu(fileName = "InventoryItem", menuName = "ScriptableObjects/InventoryItemCollection", order = 2)] public class InventoryItemsCollection : ScriptableObject { public item[] items; }