- Home /
How to block "touch input" to scenes loaded below the current scene ?
I have a scene (Game shop) loaded on top of my Game Scene with additive loading.
The problem is - After loading the shop scene i can touch certain areas of the screen and that would trigger the buttons below (in the game scene).
I need to block this since and was searching for something like " block touch through ". However couldn't find anything.
Things i have tried :- 1. Tried putting a panel behind the buttons in the shop scene 2. Tried putting a transparent image behind the buttons in the shop scene
Both didn't work out. Any suggestion would be appreciated.
P.S. 1) I have to keep the shop as a separate scene since it needs to be called from different locations. 2) Putting a panel or image on top a button allowed me to block touches to that button.
Your answer

Follow this Question
Related Questions
Making a UI menu loop while navigating 1 Answer
Highlight images in buttons children 0 Answers
Instanstiating activated and deactivated buttons on every update 2 Answers
Access text label inside a button - Unity 5.1.4 1 Answer
Is it possible to put a world space UI onto an instantiated object? 1 Answer