- Home /
Question by
swashington · Jan 05, 2015 at 08:28 PM ·
c#inputtouchmonodevelop
Input.touchSupported doesn't exist?
I am getting this error in unity 4.5.5
error CS0117: `UnityEngine.Input' does not contain a definition for `touchSupported'
I don't see anything in the documentation that shows that touchSupported would be removed, but in the Assembly browser in MonoDevelop, the Input class indeed doesn't have the touchSupported property. Is this expected behavior? Or is there something wrong with my install of Unity?
Comment
Your answer
Follow this Question
Related Questions
Gravity Switch Touch 1 Answer
Mobile game Player follow finger input problem (C#) 2 Answers
Convert Touch input to Mouse input C#? 1 Answer
Distribute terrain in zones 3 Answers
How to convert Touch Input To Mouse Input C# unity? 1 Answer