Questions tagged [gear-vr]

Questions about development for the Samsung Galaxy Gear-VR, a head-mounted virtual reality display.

Questions about development for the Samsung Galaxy Gear-VR, a head-mounted virtual reality display.

152 questions
9
votes
2 answers

thread priority security exception make sure the apk is signed

I am trying to build my project in oculus gear vr using unity5 , but when I deploy my app I get the below error thread priority security exception make sure the apk is signed I have even created keystore any suggestion why I might be facing this…
Mina Fawzy
  • 18,268
  • 13
  • 118
  • 129
5
votes
1 answer

How to open URL in Virtual Reality (GearVR) App

I would like to know how to open URL on button click in Gear VR App. Samsung Internet App in Oculus Store can be used in this scenario. Just like in 2D Non-VR Android Application, URL is automatically opened in Chrome or Firefox based on default…
Umair M
  • 8,566
  • 3
  • 33
  • 67
5
votes
1 answer

In android Gear Vr, is it possible to launch an application normally, and then have it transition to Unity/VR when the user clicks the option?

In android GearVR, is it possible to launch an application in normal/phone mode, and then have it transition to Unity/VR when the user clicks a button to go into VR? So far the app either launches completely in VR with "vr_only" as an option, or…
Pat
  • 1,012
  • 10
  • 28
5
votes
1 answer

Seamless async scene and textures loading - Unity & GearVR

I've got two major problems with Unity (5.3.4p1) on GearVR with Samsung S6: 1) Async scene loading. Is there any change that I can load a new scene in background without seeing small freezes? Scene has ~60k triangles and uses a couple of 4k textures…
jakub.sz
  • 63
  • 5
4
votes
1 answer

How do I detect Gear VR inputs in React VR scene?

I am trying to create a web app using React VR and run it using Samsung Gear VR. I could not see the default white dot (VR pointer) while in VR mode in my scene. Consequently methods such as "onInput" and "onClick" are not working. The same methods…
Debojyoti Ghosh
  • 251
  • 1
  • 2
  • 15
4
votes
2 answers

Alpha Animation in Aframe for a-object-model

I have one 3d object with its obj and mtl file which is displayed using in Aframe. I want to apply animation on it which change its Alpha value gradually for Fade out effect. I went through AFrame doc. but couldn't find anything related to 3d…
chikka.anddev
  • 9,196
  • 7
  • 35
  • 45
4
votes
0 answers

Can't get the GearVR MediaSurfacePlugin for Unity to play video

I've been having some issues while trying to play video via the Oculus mobile sdk MediaSurfacePlugin for Unity. I've tried lots of different ideas but keep coming back to the same problem; It seems like the Android mediaplayer can't find the file.…
AarnemK
  • 41
  • 1
4
votes
1 answer

Issue with GearVR development after exporting as Google Android Project

I'm new to Unity development. So, I would like to say sorry if my question is worthless for a thread. I started learning to develop an application in Unity for GearVR. In my scenario, I want to export Unity app as Google Android Project to Eclipse…
Shanaka R
  • 101
  • 7
3
votes
2 answers

Reducing Build size of VR project

I am building a 360 Virtual tour for Samsung GearVR using Unity 5.6. I want a high resolution image to be seen in the GearVR to get a good experience to the end user so i didn't compress the original photosphere image and also set the resolution to…
Deekshith Hegde
  • 943
  • 1
  • 7
  • 24
3
votes
1 answer

Setting up Unity using ovr 1.0.3 for Gear VR

So i'm following this tutorial to learn mobile VR development : http://www.samsung.com/us/samsungdeveloperconnection/developer-resources/gear-vr/apps-and-games/exercise-1-creating-a-unity-project.html Unfortunately, the tutorial is outdated, and…
3
votes
0 answers

emulating a gamepad on Gear VR?

I've received my Gear VR last week and found out that most of the better app in Oculus Home require a gamepad. So I've had this crazy idea of trying to use one of my four xbox 360 controllers, that are connect to my PC, to send commands to the Gear…
3
votes
1 answer

how to use the touchpad gearVR

I try to code a script to change the skybox when someone touch the touch pad (of the samsung gear VR). I make some research about the touchpad input, and I found that it's supposed to work like a mouse. Sooo I've done this : using…
Lubelia
  • 31
  • 5
2
votes
0 answers

Movement in VR with Unity for Oculus Go

I am trying to build a VR app for Oculus go. I am trying to move OVRPlayerContoller by pointing at a position on the ground, clicking to set a target position and then your character moves towards it. The player controller does not move towards…
Ali
  • 53
  • 6
2
votes
2 answers

GearVR application heating issue

I am building my first VR application for the Gear VR. It's a media based application which i am building to view 360-degree videos. I am using Unity 3D for building a application and i have achieved all features of my app but stuck with one major…
Gaurav
  • 7,651
  • 4
  • 31
  • 55
2
votes
1 answer

Android how to open app both outside and inside gear vr device

I have developed an android application for playing 360 videos in gear VR device.I have used the below code inside manifest for preventing the gear VR app from auto-launching.(Previously,when i connected the phone with the gear VR device,gear VR…
max
  • 203
  • 1
  • 14
1
2 3
10 11