[SOLVED] How to make a popup view the topmost?

Hi, I’m trying to make a store UI at 2d screen. but I have a problem.
The button behind the pop-up menu is pressed. How can I solve this problem? Tell me a tip or hint.

Hi @erickim and welcome,

Can you try enabling Use Input on the popup background? That way the overlapping element will receive the input instead of the button behind it.

3 Likes

@Leonidas thank you. It works fine.
Maybe, I do not forget “use input”

1 Like