Interactable

Explanation

Interaction Enabled: Is this object interactable, if not, this object will be treated like a normal one.

Hold Duration: How time it takes to interact with this object. (e.g. for how many seconds should the Player hold the interact button).

Interaction Text: Interactable text (could be used as a name), shows up in the UI when looking at an object.

Description: Interactable description, shows up in the UI when looking at an object.

On Interact Callback: Unity event that will be called when a character interacts with this object.

Last updated