I made a game ,it has 2 buttons , so you can touch them to move the character or pause the game
but the problem is that only move button works because I create a very big touch button to cover all the screen and I can’t click on the pause button that is behind move button how Can I fix it?
any Idea?
If they’re in the same canvas you just have to move the pause button under the touch button.
Canvas
TouchButton
PauseButton
HAHAHA I just made the move button smaller and my problem solved , thanks my self