public void ItemSelect() { controllableBag.SetCurrentItem(gameObject); #if UNITY_EDITOR Debug.Log($"Item Select"); #endif }
private void OnMouseDown() { controllableBag.SetCurrentItem(gameObject); #if UNITY_EDITOR Debug.Log($"Item Select"); #endif }