User Activity

Some of our users have reported the following error (taken from output.log) when we try to access OVRManager.boundary.GetGeometry(OVRBoundary.BoundaryType.OuterBoundary):ArgumentNullException: Argument cannot be null.Parameter name: src at (wrapper m...
Calling OVRManager.boundary.GetDimensions(OVRBoundary.BoundaryType.PlayArea) or OVRManager.boundary.GetDimensions(OVRBoundary.BoundaryType.OuterBoundary) in Unity 5.4.0 always just returns a zero vector. OVRManager.boundary.GetConfigured() also retur...
I've been implementing haptic feedback for our Touch game. It's gotten to the state where we our quite happy with it.One issue, however, we are having is that if haptic feedback is active on both controllers at the same time it acts pretty strange. I...