Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
Anonymous's avatar
Anonymous
8 years ago

TouchHandler

I am trying to work with a fairly basic Unity 5.6.1f1 project where I have imported the Oculus Utilities package and minimal other assets. I am running into an issue that I can't seem to find a fix for.

Assets/OVR/Scripts/OVRTouchpad.cs(53,35): error CS0066: `OVRTouchpad.TouchHandler': event must be of a delegate type

This error is persistent on the editor and prevents the game from being played or built. It is being thrown by:

public static event EventHandler TouchHandler;

Has anybody experienced this before?
Replies have been turned off for this discussion