Questions tagged [oculusgo]

Questions related to the development for the Oculus Go VR headset.

Questions related to the development for the Oculus Go VR headset.

68 questions
0
votes
2 answers

Oculus Go: How to keep awake while still in app

I'm working on an Oculus Go app, using Unity, where the user is literally expected to sleep while using the app and with the headset still on their head. I seem to be running into the problem where the Oculus Go goes into power-save mode because of…
JJ Rohrer
  • 2,671
  • 5
  • 29
  • 37
0
votes
1 answer

Oculus Go's controller not detected by OVRInput.IsControllerConnected()

I have a Unity game that runs on both Android Cardboard and Oculus Go. I'm trying to determine whether the Go's controller is connected. I imported the Oculus integration package from the Unity asset store (though I'm not sure it's actually…
Bitbang3r
  • 6,826
  • 5
  • 27
  • 40
0
votes
1 answer

Stop rotation on Index Trigger

I'm creating a Vr-world with unity for the OculusGo. I'm using the OVR CameraRig and the Oculus utilities. I have a Model that is rotating by the following script: public class rotation_2 : MonoBehaviour { public bool _shouldRotate = true; void…
foliran
  • 75
  • 6
0
votes
1 answer

Is it possible to develop Unity Apps for Oculus Go on Windows 7?

The link provides a thorough walkthrough on how to get up and running doing this, however on Windows 7 step 8.3 can't be completed (Install adb driver for Oculus Go). I receive the message, "The INF file you selected does not support this method of…
AlexS
  • 510
  • 2
  • 7
  • 23
0
votes
0 answers

Oculus Go Controller Input

I have written a small script with the aim of getting my Oculus Go controller to move an object forwards, backwards, left and right. I have attached a screen grab. I've also set up the unity input manager to link to it. This does not seem to work…
jono
  • 35
  • 8
0
votes
1 answer

multiple videos on OculusGo, Android - app is crashing

[EDITED] I'm preparing an application for OculusGo = Android In the scene there's 4 characters represented by video clips. Video size between 10mb - 30 mb each. All video are with the shader GoogleVR/Unlit/TransparentOverlay The videos were encoded…
Eco_Editor
  • 65
  • 10
0
votes
0 answers

AframeVR Aframe Oculus Go replicate controller functions from altspace vr app

I want to replicate the controller functions in the Altspace VR Oculus Go app. How do I make it so that the Oculus Go controller trigger is a click, at the same time pressing up on the trackpad triggers an arc teleport, touching left or right on…
-1
votes
1 answer

Custom loading screen during VR to VR transition ? (Oculus GO | Oculus Browser | A-Frame | Three.js )

Is it possible for us to control the loading screen of browser during VR to VR transition ? I am currently using a oculus go (oculus browser) for development. The default loading screen is a void space with a spinner and it would be nice to have…
RamBa
  • 42
  • 6
1 2 3 4
5