Getting Started
Package Types
Scene Setup
Custom Collision, Layers, and Tags
Key Differences from Standard Unity3D development
Economy
Scripting
C# Scripting
Visual Scripting
Sync and Multiplayer
Components
Environment Settings Overrides
Render Pipeline Settings Overrides
Guidelines
Supported Features and Limitations
Support
<aside> <img src="/icons/link_blue.svg" alt="/icons/link_blue.svg" width="40px" /> Unity component docs
</aside>
<aside>
<img src="/icons/book_gray.svg" alt="/icons/book_gray.svg" width="40px" /> In Visual Scripting you can use Spatial Point of Interest: On Enter
event to execute any sort of function when an avatar reaches a point of interest FOR THE FIRST TIME.
Entering/exiting the POI multiple times will not execute the event multiple times.
In the following example I play a confetti particle effect when the user finds a POI
</aside>
<aside> <img src="/icons/link_purple.svg" alt="/icons/link_purple.svg" width="40px" /> Understand THIS and How to Reference a Spatial Component
</aside>