How can I stop detecting input from the user in Unity? I want to achieve the following: "do not detect Input.GetMouseButtonDown
" In C#?
|
Just do not call the input query function if you don't want any user input. Something like this:
Now just change the |
|||||
|