how do i set the mouse to hold down the left click button during a gameplay scene, but not during the other menu scenes?
I don“t understand your problem veru well, but try to alternate between
Input.GetMouseButton
and
Input.GetMouseButtonDown
how do i set the mouse to hold down the left click button during a gameplay scene, but not during the other menu scenes?
I don“t understand your problem veru well, but try to alternate between
Input.GetMouseButton
and
Input.GetMouseButtonDown