Quest Journal UI is disabled on start
Quest Journal UI is disabled on start
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
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.
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
Thank you, UI Panel's was set to as closed at start.
Re: Quest Journal UI is disabled on start
Glad to help!