I am using Physics (Physics.Raycast(ray, out hit)) in Unity
when I touch the screen I add a sphere at the point of collision,
also, I have a button to remove the last sphere inside the scene,
but I have this problem (when I touch the screen on that button) a new sphere added and deleted at the same time .. how to disable the Raycast from hitting the scene while I am hitting the button ??