Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: CF on December 27, 2012, 12:29:49 PM

Title: Input.touches custom actions doesn't work
Post by: CF 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.