I got a main scene where most of my background are populated with touch button nodes. Over the main scene I got a GUI canvas layer with fixed position texture buttons. My main scene can be panned and sometimes the texture_buttons overlaps the touch buttons on the background. When this happens, whenever I click the GUI texture button, the touch button also gets clicked, how can I stop this from happening?