📄️ What Are Interactors?
An Interactor is a special GameObject in your scene that enables specific types of interactions with your interactable objects.
📄️ Available Default Interactors
The toolkit comes with the following predefined and implemented Interactors.
📄️ How To Add Or Remove An Interactor?
Interactors are added to a controller via the ControllerProfile. Select a profile and in the inspector at the bottom you'll find a list of configured Interactors.
📄️ How To Write Custom Interactors?
If you must modify the behaviour of a default interactor, you can extend and overrides its implementation by writing your own.