Getting started
Getting Started
Using an Existing Unity Project
Package Types
Spaces & Space Templates
Custom Avatars
Custom Avatar Animations
Custom Prefab Objects
World Building
‣
‣
Quests and Rewards
Scripting
‣
‣
Guidelines
Supported Features and Limitations
Performance Guidelines
Lighting
Publishing to Spatial
Finding Published Packages
Support
FAQs
Help and Community
Release Notes
Interactable
This is an experimental component, It is likely to receive large changes in the future!
Creates a visual element that users can interact with based on proximity. Users can either with a tap/click on the prompt, or by using the action button (
F
on Web).Properties
Property | Function |
Interact Text | Text to display on interaction |
Icon | Icon to show next to the interaction dialog. |
Radius | Radius to enable interaction |
On Interact Event | Event that gets invoked when the user presses the interaction button or via hotkey ( F on Web). |
On Enter Event | Event that gets invoked when local avatar enters the interaction radius. |
On Exit Event | Event that gets invoked when local avatar exits the interaction radius. |
← Previous
Next →