Journal button and dialogue - Mouse click stopped working

Announcements, support questions, and discussion for Quest Machine.
Post Reply
Mach4
Posts: 28
Joined: Thu Jul 22, 2021 4:16 pm

Journal button and dialogue - Mouse click stopped working

Post by Mach4 »

Hi tony -

Something went awry in my project. For the moment I have been using the standard Unity first person player. Now for some reason I am not able to click and make work the journal button or the QM dialogue. The journal button does works with the "J" keyboard . However I can no longer interact with dialogue. I am using the new Unity input system. Are there some specific settings I should check in either the QM UI or the Player ?

Thanks
Rick
User avatar
Tony Li
Posts: 21928
Joined: Thu Jul 18, 2013 1:27 pm

Re: Journal button and dialogue - Mouse click stopped working

Post by Tony Li »

Hi,

Make sure your scene still has an EventSystem GameObject. Inspect the GameObject to make sure it looks correct for the new Input System.

Then check that your Canvases have GraphicRaycaster components.
Post Reply