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...
One short follow up question. Is it possible to reset the boundaries
configured in the Guardian System so it is unconfigured? I wanted to
re-produce this bug by emulating a user that hasn't configured his
boundaries.I've tried reinstalling the Oculus...