playMaker

Author Topic: Input.touches custom actions doesn't work  (Read 1858 times)

CF

  • Playmaker Newbie
  • *
  • Posts: 1
Input.touches custom actions doesn't work
« on: December 27, 2012, 12:29:49 PM »
Latest versions of PlayMaker and Input.Touches, Unity3D 4.0.

Errors:
Assets/PlayMaker Input Touches/Internal/PlayMakerInputTouchesProxy.cs(133,41): error CS0123: A method or delegate `PlayMakerInputTouchesProxy.OnPinch(float)' parameters do not match delegate `Gesture.PinchHandler(PinchInfo)' parameters

Assets/PlayMaker Input Touches/Internal/PlayMakerInputTouchesProxy.cs(133,41): error CS0428: Cannot convert method group `OnPinch' to non-delegate type `Gesture.PinchHandler'. Consider using parentheses to invoke the method

Assets/PlayMaker Input Touches/Internal/PlayMakerInputTouchesProxy.cs(135,41): error CS0123: A method or delegate `PlayMakerInputTouchesProxy.OnPinch(float)' parameters do not match delegate `Gesture.PinchHandler(PinchInfo)' parameters

etc.