Quantcast
Channel: AR/VR (XR) Discussion
Viewing all articles
Browse latest Browse all 12131

OVR Haptics - Unity 5.5.1 - Oculus Touch Controllers

$
0
0
Dear all,

The OVR Haptics classes provided by Oculus Rift should allow the developer to let the Oculus Touch Controllers vibrate in order to be provide haptic feedback.

When I try to make the touch controllers vibrate, using the OVR Haptics classes it doesn't work. Here is my code:
Code (CSharp):
  1. using System.Collections;
  2. using System.Collections.Generic;
  3. using UnityEngine;
  4.  
  5. public class MakeHapticClip : MonoBehaviour {
  6.  
  7.     [SerializeField] private AudioClip audio;
  8.     const int channel =...
OVR Haptics - Unity 5.5.1 - Oculus Touch Controllers

Viewing all articles
Browse latest Browse all 12131

Trending Articles