Quest Journal UI - Don't show completed
Posted: Tue Mar 30, 2021 1:30 pm
In QM 1.2.14, to not show completed quests in the quest journal UI, your options are:
QM_JournalUICompletedCheckboxPatch_2021-03-30.unitypackage
- 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.
QM_JournalUICompletedCheckboxPatch_2021-03-30.unitypackage