Im making a shooter gui for mobile support game and iv run into an issue. The UI should take up the bottom right corner of the screen and therefore will cover the jump button. Using a UI button will prevent me from using the jump button so what I have done so far is script a function that runs on mouse click and then tests if the mouse is in the area where the ui should be and just have a image label there instead of a button. This works but has presented me with an issue where if the player is using touch input on any other part of the screen (e.g. thumbstick) it will not register that the player is still holding the ‘button’. Iv explained it as best as I can but if anyone reading this still doesn’t understand ill try to annotate some images to show what I mean.
Altogether what im trying to achieve is something similar to the mobile system of BIG Paintball