HUD blocking mouse over evnets. Help!

If you used a Canvas widget for UI elements placement, it will consume mouse input. Ensure the root element of the widget has the visibility set to SelfHitTestInvisible.

If it’s still not working, post your widget hierarchy.

2 Likes