private void DropControls() { //For Dropping if (Input.GetKeyDown(KeyCode.Q)) { //it needs to select an item from the UI of the inventory first inventory.Drop(); } }