Component > Pixel Crushers > Dialogue System > UI > Standard UI > Quest > Standard UI Quest Tracker
Manages a quest tracker HUD using the Dialogue System's Standard UI system.
Property | Function |
---|---|
Player Prefs Toggle Key | PlayerPrefs key that records whether the tracker is visible or not. |
Container | Container that will hold instances of Quest Track Template. |
Show Container If Empty | Keep the container visible even if there are no tracked quests. |
Quest Track Template | Template for tracked quests. |
Show Active Quests | Show active quests in the tracker. |
Show Completed Quests | Show completed quests in the tracker. |
Show Completed Entry Text | Untick to omit full entry text for completed quests. |
Quest Description Source | Specifies whether to use the quest's title or description. |
Visible On Start | Show the tracker when the scene starts. |
For details about the Standard UI's quest tracker HUD system, see: Quest Tracker HUD.