Where are the Inputs?
Where is the input reference?
Changing the Inputs
SafeController
private void Update()
{
if (!canClose && isInteracting && Input.GetKeyDown(closeKey))
{
CloseSafeUI();
}
}SafeInteractor
SafeTrigger
Last updated