Skip to main content
Version: 2025.5

Interactable

InteractablePlaceholder

Script component to attach to an object to make it interactable provide some interaction behaviours. Those interaction behaviours are manipulation, visual scripting interaction and contextual menu management. This script is required by the other interaction behaviours to work properly.

interactable

Select the IsNetworked toggle if you want the behaviours of this interactable to be networked among all users. Unless you need to have a specific need of initializing the interactable with visual scripting, please keep the AutomaticSetup flag toggled.

Fot other interaction settings, refer to the tooltips of the scripts itself.

Note

This script is added automatically to a GameObject when one of the three scripts mentioned before are added to the object itself, so there is no need to add it manually.