Where are inputs?
Where is the input reference?
LeverInteractor:
if (leverObject != null)
{
if (Input.GetKeyDown(interactKey))
{
leverObject.ObjectInteract();
}
}
Last updated
if (leverObject != null)
{
if (Input.GetKeyDown(interactKey))
{
leverObject.ObjectInteract();
}
}
Last updated