Page 1 of 1

Quest Journal UI is disabled on start

Posted: Mon Jan 23, 2023 6:17 am
by Adeoon
Hello, so I have basic player's journal and quest ui journal. I followed tutorial, in the video there was a button which toggledJournalUI on click. What I need is just whole journal which is always visible from the start. In quest machine configuration I have unchecked checkbox "hide journal UI on start". Also my ui journal is visible in editor mode. When I play the game my UI is disabled and scale of transform is set to (0,0,1) what makes that UI invisible. Is there a way to make it visible from the start?

Re: Quest Journal UI is disabled on start

Posted: Mon Jan 23, 2023 9:37 am
by Tony Li
Hi,

1. Inspect the Quest Machine GameObject. UNtick "Hide Journal UI On Start'.

2. Inspect the journal UI. Activate it, remove the Animator component, and set the UI Panel's Start State to Open.

Re: Quest Journal UI is disabled on start

Posted: Wed Jan 25, 2023 10:36 am
by Adeoon
Thank you, UI Panel's was set to as closed at start.

Re: Quest Journal UI is disabled on start

Posted: Wed Jan 25, 2023 10:53 am
by Tony Li
Glad to help!