I'm doing VR dev work and my setup has been roughly fine for about a
year. Recently something with the Oculus app has changed on my desktop
where I seem to have to reset the floor and play area a few times a day.
I generally set it to ignore the play...
I'm doing a project that is going to be sitting in an art gallery and
it's intended to be an unfacilitated experience. Is there a way to lock
down Oculus home and the home button. I know you can delay the press,
but can you turn it off completely? It...
The other day I was just happily hanging out and looking through the
oculus app. I discovered that Vacation Simulator has made it's way onto
the quest. I went to heart it and add it to my wishlist and nothing
happened. The heart didn't change white t...
I don't really understand how OVRInputModule is handling the raycasts,
but I just want the pointer to appear when I'm pointing at what I want
to interact with.I feel like I should be able to do something like the
following, but I'm not getting anythi...
Perhaps related to the installer problem. When in the oculus dash I can
see all the options and select a game from my library. When I open the
app it shows up on my main monitor, but it doesn't show up in the
headset. It's tracking properly and I can...
Obviously I was in mid exploration of getting it to work. I finally got
something close to I want doing this instead.void Update() {
activeController = OVRInputHelpers.GetControllerForButton(
OVRInput.Button.PrimaryIndexTrigger, activeController); Ra...