Possible to set a UI component to non interactive?

is it possible to set a ui component to not listen to mouse inputs? like non interactive or something? So all inputs will go through the next underlying component?

for example i have a scroll panel and an additional panel on top of that with a border slice image. Because i want to have a border image for the scroll panel. But as long as this top panel is enabled the scrolling does not work. I can not set an image for the scroll panel because this one uses a mask.

You can add a CanvasGroup component then tick the ‘Blocks Raycasts’. This will mean that raycasts can’t hit anything underneath or on the group.

2 Likes

perfect! :slight_smile: thank you! And thanks for commenting all thread posts! Really great support!

I’m taking notes as I go :slight_smile: