I have used Input.touchCount in another project, but now I am getting the error above. Same applies to the various Input methods, like GetButtonDown.
What am I doing wrong? Thanks in advance for any insights.
-Eddie
I have used Input.touchCount in another project, but now I am getting the error above. Same applies to the various Input methods, like GetButtonDown.
What am I doing wrong? Thanks in advance for any insights.
-Eddie
You have another script/class called Input and didn’t tell Unity how to distinguish between them.
–Eric
Thanks, Eric.
Thanks!