There is only ONE input reference in this package and it is located below:
"SurvivalInteractor" script has an input for interacting with objects with the raycast
You can change the input by selecting the dropdown
Open the script if you would like to change the input code for your own work
if (_survivalItem != null) { if (Input.GetKeyDown(interactKey)) { _survivalItem.ItemInteraction(); } }
Last updated 1 year ago