Component > Dialogue System > UI > Unity GUI > Quest > Quest Tracker
Quest Tracker provides a basic gameplay HUD for tracking active quests.
Property | Function |
---|---|
Rect | The screen bounds of the HUD |
GUI Skin | The GUI Skin to use for the HUD text elements |
Title Style | The name of the GUI Style to use for quest titles |
Active Entry Style | The name of the GUI Style to use for active quest entries |
Success Entry Style | The name of the GUI Style to use for successful quest entries |
Failure Entry Style | The name of the GUI Style to use for failed quest entries |
This component updates itself at the end of conversations and when the player toggles tracking in the Quest Log Window. It displays quest titles and any entries if the quest has entries. You can use it as-is or as a base for your own quest tracking HUD. The source code is located in Scripts/Supplemental/Utility/QuestTracker.cs
.
<< Components