using UnityEngine; using VRShopping.Items; public class ItemInstance : MonoBehaviour { public ItemData ItemDataInfo; }