Quest Journal UI - Don't show completed

Announcements, support questions, and discussion for Quest Machine.
Post Reply
User avatar
Tony Li
Posts: 21925
Joined: Thu Jul 18, 2013 1:27 pm

Quest Journal UI - Don't show completed

Post by Tony Li »

In QM 1.2.14, to not show completed quests in the quest journal UI, your options are:
  • Untick the player's Quest Journal > Remember Completed Quests, or
  • Add a Canvas Group to the Completed Quest Name Template and set its alpha to zero, or
  • Make a subclass that overrides AddQuestToUI() to only add the quest to the UI if it's active.
In 1.2.15, Unity UI Quest Journal UI has a new 'Show Completed Quests' checkbox that you can untick to omit completed quests from the UI. If you're using QM 1.2.14 or earlier, you can download a patch here:

QM_JournalUICompletedCheckboxPatch_2021-03-30.unitypackage
Post Reply