I´m trying to follow the Unity Mobile C# Developer Course for the astroid avoider and i been getting this error message. (The name ´touchscreen´ does not exist in the current context)
I hope that someone can help me soon
I´m trying to follow the Unity Mobile C# Developer Course for the astroid avoider and i been getting this error message. (The name ´touchscreen´ does not exist in the current context)
I hope that someone can help me soon
On line 16 you have typed touchscreen
with a lowercase t. It should be Touchscreen
, not touchscreen
Wecome to GameDev Community!
I agree with @bixarrio .
These two instances on lines 15 and 16 should probably match: