[HOWTO] How To: Troubleshoot Mouse UI Issues

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
User avatar
Tony Li
Posts: 20703
Joined: Thu Jul 18, 2013 1:27 pm

[HOWTO] How To: Troubleshoot Mouse UI Issues

Post by Tony Li »

If you're having trouble getting your dialogue UI to response to mouse clicks, here are some things to check:

Are there any errors or warnings in the Console window? (Make sure the Console window isn't filtering out errors or warnings.)

Verify that the scene's EventSystem looks correct. It should have an enabled StandaloneInputModulecomponent, or a UnityUIInputModule component if you're using the Input System package.

Also check that the Dialogue Manager's Canvas has an enabled GraphicRaycaster component.

Finally, keep an Inspector view on the EventSystem while you're playing. At runtime, the EventSystem will report what UI element the mouse cursor currently detects. Maybe some other UI has an invisible element that's blocking the mouse from detecting the Dialogue Manager's UI elements.
Post Reply