Is there a way to flag/set a quest to be hidden in the default Quest Journal UI?
Right now, all quests in a quest database seem to be displayed in the Quest Journal UI. I want to be able to setup certain special quests, where the player is not able to see any of its progress (but the quest will still be active to track certain conditions and trigger events).
How to hide certain quests in journal?
Re: How to hide certain quests in journal?
Hi,
Yes, you can do that.
1. Don't add any Journal Text to the quest.
2. UNtick Is Trackable so it can't appear in the tracker HUD.
3. Inspect your quest journal UI (e.g,. UnityUIQuestJournalUI component) and UNtick Show Quests That Have No Content.
Yes, you can do that.
1. Don't add any Journal Text to the quest.
2. UNtick Is Trackable so it can't appear in the tracker HUD.
3. Inspect your quest journal UI (e.g,. UnityUIQuestJournalUI component) and UNtick Show Quests That Have No Content.