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