- Home /
problem with the ui panel in unity
in my unity canvas I added a panel and when this panel is active it blocks me from clicking any other buttons or elements in the canvas any idea on how I can fix it?
Answer by kibirdusmani4440 · Jul 29, 2021 at 08:43 PM
put the order of the panel you mentioned in the hierarchy under the buttons
Answer by jihadkhawaja · Jul 29, 2021 at 11:18 PM
Solution 1
The panel should be on the top of the children in the shared parent gameobject
Solution 2
In the panel inspector component, uncheck Raycast
Your answer

Follow this Question
Related Questions
[4.6] Auto grow/shrink a panel to fit its contents 2 Answers
Using iTween with the new Unity UI 2 Answers
UI: Creating UI based on many strings 0 Answers
Moving a UI panel in front of other UI elements without using sibling commands 1 Answer
How to hide UI canvas between scenes,UI Panel staying visible between scenes 1 Answer