What Inputs Are Used?
Where is the input reference?
Changing the Input:
if (doorItem != null)
{
if (Input.GetKeyDown(interactionKey))
{
doorItem.ObjectInteraction();
}
}
Last updated