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
Journal button and dialogue - Mouse click stopped working
Re: Journal button and dialogue - Mouse click stopped working
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.
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.