// on click item inventory element public void OnClickItemStorageElement(int index) { // furniture item view if (this.gameObject.name == "FurnitureSetUI") { storeManager.AllocateStartFurnitureInstance(index, presentStepIndex); } // view item information popup }