Quest Tree
  • Quest Tree Documentation
  • 🕹️Quick Start
    • Installation
    • Start Editing
  • 🎓Tutorials
    • Videos
    • Example Scenes
  • 🧩Components
    • Core Defaults
      • Quest Tree Initializer
      • Quest Tree Sync
      • General Dialogue
      • Default Quest Provider
    • Default UI
      • Default Choice Button
      • Default Dialogue Window
      • Default Dialogue Window Triggerer
      • Default Input Handler
      • Default Item Slot
      • Default Memorable Message
      • Default Quest Foldout
      • Default Quest Foldout Item
      • Default Quest HUD
      • Default Quest HUD Item
      • Default Quest Message UI
      • Default Quest Window
      • NPC World Canvas Handler
    • World Triggers
      • World Dialogue Trigger
      • World Quest Completer
      • World Quest Failer
      • World Quest Receiver
      • World Requirement Trigger
  • ⚙️Systems
    • Quest Tree
      • Editor Window
      • Quest Types Editor
      • Settings
      • Character
      • Items
        • Item
    • Dialogue Tree
      • Editor Window
        • Nodes
          • Dialogue Node
          • Choices Node
          • Receive Node
          • Complete Node
          • Trigger Node
          • Boolean (If) Node
      • Settings
      • Quest Dialogue
      • General Dialogue
  • 📄Scripting
    • Quests
      • Getting Quests
        • Quest Find Settings
      • Working with Quests
        • Quest Types
        • Child Quests
        • Quest NPCs
        • Requirements
      • Managing Quest States
    • Dialogue
      • Getting Dialogue
      • Dialogue Graph
        • Working With the Graph
    • Initialization
    • Disconnect
    • Syncing
    • Events
    • Saving/Loading
    • Player Recognition
    • Choices
    • Items
      • Rewards
        • Managing Granted Rewards
    • Characters
    • Requirements Manager
    • Procedural Generation
  • 🛠️Support
    • Getting Help
  • 📚Changelogs
    • Latest Releases
  • ⭐Rate Me?
Powered by GitBook
On this page
  1. Components
  2. Default UI

Default Quest Message UI

PreviousDefault Quest HUD ItemNextDefault Quest Window

Last updated 9 months ago

The default quest message controller. This can display quest state changes and reward items.

Properties

Text Mesh: A TMP object that will display the message.

Item Slot Prefab: The default item slot prefab.

Item Slot Parent: The parent transform that will contain all item slots.

Anim: An animation component for the quest message to be animated in and out. Only one animation for both showing and hiding is supported.

Display Length: The amount of time the message is displayed for. This should match the animation length.

Background: The background image of the message.

Quest Accepted Color: The background color for when a quest is accepted.

Quest Completed Color: The background color for when a quest is completed.

Quest Abandoned Color: The background color for when a quest is abandoned.

Quest Failed Color: The background color for when a quest is failed.

Reward Received Color: The background color for when a reward is received.

Audio Source: The audio source for playing the sounds.

Quest Accepted Sound: The quest accepted sound.

Quest Completed Sound: The quest completed sound.

Quest Abandoned Sound: The quest abandoned sound.

Quest Failed Sound: The quest failed sound.

Reward Sound: The reward received sound.

Volume Scale: The volume scale that affects all sounds.

🧩