Whenever I try to create an OVRHapticsClip with an audio clip, Unity crashes. It doesn't seem to matter which clip I use. If I try to create it by hand (e.g., I create it with an empty constructor, and then give it a byte array), it doesn't crash, but the controller doesn't rumble either. If I comment out the constructor with the audio clip, it doesn't crash (although for obvious reasons it gives me a null reference exception). No error messages - it just sits and stares at me until I...
Creating a new OVRHapticsClip crashes Unity
Creating a new OVRHapticsClip crashes Unity