Questions tagged [google-vr]

Google VR includes two virtual reality (VR) platforms: Cardboard, an accessible mobile VR platform, and Daydream, a platform for low-latency, immersive, and interactive mobile VR.

Google VR includes two virtual reality (VR) platforms: Cardboard, an accessible mobile VR platform, and Daydream, a platform for low-latency, immersive, and interactive mobile VR. Developer documentation: https://developers.google.com/vr/

424 questions
4
votes
1 answer

Using PanGesture with GoogleVR Panorama

I need to display 360 images on iOS devices. I chose GoogleVR to do this (https://developers.google.com/vr/) and I'm using the GVRPanoramaView. (https://developers.google.com/vr/ios/vr-view) _panoView = [[GVRPanoramaView alloc]…
KIDdAe
  • 2,714
  • 2
  • 22
  • 29
4
votes
2 answers

Google VR SDK for Samsung Gear VR?

Would Google VR SDK work on Samsung Gear VR (Oculus) or am I bound to Oculus SDK? Or are there any other alternatives (preferably open-source)
Sleepyhead
  • 1,009
  • 1
  • 10
  • 27
3
votes
1 answer

ViroCore: java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/vr/ndk/base/GvrLayout;

I have downloaded ViroCore lib the latest version (virocore-release-v_1_7_2.aar), then I added dependencies below to my build.gradle file dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation…
3
votes
2 answers

Google VR View - Hosting code not working

Perhaps this is a simpler issue than I realize, but I am somewhat new to HTML/JS and this seems to me to be a specific issue with this code. I am using the Google VR Viewer to embed 360 elements within my web-page. Their documentation here is simple…
geoff
  • 942
  • 5
  • 13
3
votes
0 answers

The type or namespace name 'GvrControllerInput' could not be found

In Unity3d, my build goes fine, runs fine on my Android Nougat. However, I'm trying to get access to the controller in a RigidBody Update method. I have a GvrControllerInput Component added above the Rigid Body First Person Controller. The following…
Matt Mason
  • 31
  • 2
3
votes
0 answers

Android - How to add action buttons inside the 360 vr video when using Google VrVideoView

I am building an application to load the 360 vr video in Android. For the video player, I use Google VrVideoView view. The problem here is I don't know how to add more buttons inside the video player like the attached image. And how to show the…
3
votes
0 answers

GoogleVR's PermissionsDemo - permissions always denied at Unity

Has anyone managed to get a permission granted through Google VR's gvr-permissions-support library? A demo that is shipped with Google VR plugin that shows how the gvr-permissions-support library can be used to offer the ability to grant runtime…
3
votes
1 answer

Unity 3D VR (5.6), How to detect object using GVR Pointer Physic Raycaster?

My Vr project is like a quiz using 3d object as choices, so i already made a working click event and im using GVR Pointer Physic Raycaster, but the problem is i dont know how i can get object name using GVR Pointer Physic Raycaster. using…
3
votes
3 answers

Unity, skydome and far clipping

I'm developing for movil VR so performances in mandatory here. It is written in every good practice for VR to avoid unity's skybox and use skydomes instead. I created a dome in blender with its texture and it all. I import the dome as fbx, apply a…
javirs
  • 1,049
  • 26
  • 52
3
votes
2 answers

Unity iOS build error: duplicate symbols when using Firebase Unity SDK + Google VR SDK for Unity

I'm working on an Unity project where I'm using the Google VR SDK for Unity and the FirebaseMessaging.unitypackage from the Firebase SDK for Unity. This combination of Google SDK's throws a duplicate symbols error when I try to build for…
Gerard Reches
  • 3,048
  • 3
  • 28
  • 39
3
votes
0 answers

Streaming video through streaming Engine to virtual reality player provided by google on github

Streaming video through streaming to virtual reality player provided by google on github(https://github.com/googlevr/gvr-android-sdk) but video wont stream it shows None of the available extractors (WebmExtractor, FragmentedMp4Extractor,…
3
votes
1 answer

Detect if Device is in Daydream VR Headset

How can I detect if the device is in the Daydream headset? In particular, is this API function exposed in the Unity SDK? Thank you!
3
votes
5 answers

Google VR Unity Divider, Settings and Back button hiding in v0.9

Does anyone know how to disable the Divider, settings and back button in the latest google vr sdk for unity? I've tried setting NativeUILayerSupported to false and putting a return in the legacy DrawUILayer but it still shows. It appears that the…
Perry Hart
  • 31
  • 1
  • 2
3
votes
0 answers

Google VR SDK and Google Plus SDK - Conflict

We are integrating Google VR SDK (0.8.0) with an existing is application. This existing application has Google Plus SDK (1.7.1) implementation. When we try to include the VR SDK, there seems to be some conflict. If we remove Google Plus SDK…
2
votes
0 answers

Implement new google cardboard

you probably know, GVRSDK is deprecated and it includes UIWebview reference which is problematic because iOS is removing UIWebView. Currently submitted applications receive a warning, but eventually will be auto-rejected. That's why I try to…
Pouicky
  • 149
  • 6
1 2
3
28 29