Getting Started
Getting Started
Samples & Examples
Core Concepts & Glossary
Unity Package Types
Spaces & Space Templates
Custom Avatars
Custom Avatar Animations
Avatar Attachments
Custom Prefab Objects
Components
‣
‣
Quests and Rewards
Drivable Vehicles
Economy
Economy Overview
Monetization
Items
Consumable Items
Rewarding Items
World Currency
Selling Items
Scripting
‣
Guidelines
Supported Features and Limitations
Performance Guidelines
Lighting
Publishing to Spatial
Finding Published Packages
Support
FAQs
Help and Community
Release Notes
Asset Import Settings
Quest Getters VS
In Visual Scripting you can use getter nodes to get quest and task information using the quest getter nodes. We can divide these in two types: quest getters and task getters.
These are all self explanatory and can be used to obtain information on tasks and quests.
In the following example, we set a text label’s text to the name of the quest with id
1
. As you can see, we are using two getter nodes to obtain the quest and then its name