Whats Inputs Are Used?

Where is the input reference?

Changing the Input:

if (useableItem != null)
{
    if (Input.GetKeyDown(pickupKey))
    {
         useableItem.ObjectInteraction();
    }
 }

Last updated