Skip to content

Adding an Interactable Object

Howard Yang edited this page Jan 27, 2024 · 2 revisions

When creating an object that you want the player to interact with first add it to the "Interactable" user layer and give it a collider.

image

All Interactable Objects should have a MonoBehaviour that Implements "IInteractable"

image

Clone this wiki locally