Page 1 of 1

Game Mode?

Posted: Thu Apr 21, 2022 3:38 pm
by QuestHole
When I test my quest at game mode the cursor is gone. How do I get it to appear? Also, the UI messages aren't showing up, but the quest is being fulfilled and entered in the journal.
Thanks

Re: Game Mode?

Posted: Thu Apr 21, 2022 4:59 pm
by Tony Li
Hi,

Your player controller asset or some other script unrelated to Quest Machine is probably hiding the cursor.

One way to handle it is to add a "Show Cursor While Enabled" component to Quest Machine's Quest Dialogue UI and Quest Journal UI GameObjects.

Re: Game Mode?

Posted: Thu Apr 21, 2022 5:56 pm
by QuestHole
Thanks again! :)

Re: Game Mode?

Posted: Thu Apr 21, 2022 9:16 pm
by Tony Li
Happy to help!