I made a game where you can touch anywhere on the screen and move the camera(it’s a sniper game), and I made the buttons out of GUITextures via variable.HitTest(touch.position);
My problem is that when you hit the button it still moves the camera, I want to know how to make the buttons not apart of the camera movement. Thanks.