Unity Version: 5.6.0.b7
TouchScript version: last
Hi
when I import the touch script for a 2d project, receive a lot of errors:
Assets/TouchScript/Editor/Gestures/GestureEditor.cs(226,37): error CS0117: `DragAndDrop' does not contain a definition for `visualMode'
Assets/TouchScript/Editor/Gestures/GestureEditor.cs(231,37): error CS0117: `DragAndDrop' does not contain a definition for `visualMode'
Assets/TouchScript/Editor/Gestures/GestureEditor.cs(232,37): error CS0117: `DragAndDrop' does not contain a definition for `AcceptDrag'
Assets/TouchScript/Editor/Gestures/GestureEditor.cs(234,72): error CS0117: `DragAndDrop' does not contain a definition for `objectReferences'
How can I solve this?
thanks in advance