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.

153 questions
2
votes
1 answer

How to access target texture for rendering from native world in Unity (VR)?

I wanna render VR from a native plugin. Is this possible? So, far, what I have is this: void OnRenderObject() { GL.IssuePluginEvent(getRenderCallback(), 1);​ }​ This is calling my native plugin and rendering something, but it makes this mess…
2
votes
1 answer

Unity GearVR get rid of "requesting permission..."

Status: not solved yet Problem Once I build and install an app with GearVR it asks by default: XXX is requesting permission to access photos, media and files on your device. Allow? Allow / Deny I don't need my app to access any of those above. How…
igorpavlov
  • 3,576
  • 6
  • 29
  • 56
2
votes
0 answers

Prevent Oculus home from starting automatically once my android device is plugged in Gear VR

I am facing a problem while running my android app on Gear VR Oculus. I start my app and launch the 360 video. Once I plug the phone into the Gear headset, it automatically enters the Oculus home and my app is not active anymore. I have configured…
Amani Elsaed
  • 1,558
  • 2
  • 21
  • 36
2
votes
1 answer

How to Handle Swipe on Oculus Gear VR touchpad avoiding Tap event

I have a Scroll View containing few buttons as child elements under content-panel. Hierarchy looks like this: I have implemented OVRTouchpad.TouchHandler event like this on my script attached to ScrollView: void Start() { #if OVR &&…
Umair M
  • 10,298
  • 6
  • 42
  • 74
2
votes
3 answers

GearVR in AFrame - seems to just map the web frame onto a sphere

Running into an issue with A-Frame 0.3.0 running in GearVR on the Samsung Internet app. When it loads it displays the A-Frame scene on a card hovering in space like an ordinary stationary web page - the content in the web page rotates with head…
Scott Singer
  • 141
  • 1
  • 9
2
votes
0 answers

how to create scrollable list for gear vr in Unity3d?

I have created a scroll list using canvas screenspace camera mode which is not visible in gear VR, is there any other way to create scroll list like using canvas world space mode?
Gaurav
  • 31
  • 2
2
votes
0 answers

GearVRf position in sphere

I'm developing ad app withthe GearVR framework in which I must show a sphere and a series of interactive points on this sphere around the camera (a 360 photo with some points on the border). I could create the sphere witha a 360 photo and put the…
e_ori
  • 845
  • 1
  • 11
  • 29
2
votes
1 answer

Viewport in 360 videos and panoramic videos in VR headsets

I'm trying to learn how 360 degree videos currently available inside VR headsets such as Oculus or Samsung Gear VR work. Apparently they are using the notion of panoramic videos (360 degree video). I was doing some tests, and noticed the raw video…
Tina J
  • 4,983
  • 13
  • 59
  • 125
2
votes
1 answer

How to always launch app on Gear vr USB attachment

An Android application for Gear VR using Samsung S6 and S7. Following implementation is for auto launch on mobile insertion to VR. AndroidManifest.xml
Qamar
  • 4,959
  • 1
  • 30
  • 49
2
votes
3 answers

Play 180 degree videos on samsung gear vr

I am starting a new business which will allow users to download videos and watch them through the Samsung Gear VR. My videos are 3d 180 degrees using the Gopro Hero3+ duel system. Now I can get my video to play as a 360 by naming is…
user3620531
  • 55
  • 2
  • 2
  • 11
2
votes
1 answer

standard materials produced in Unity for Cardboard and Gear VR producing flickering

In the image below the green material is a standard material while the surrounding objects have a VertexLit applied. Any suggestions regarding what materials are best for Mobile VR?
rad79
  • 175
  • 1
  • 1
  • 8
2
votes
1 answer

Multitouch on GearVR?

I understand that it's possible for a GearVR to distinguish between a "tap" and a "swipe". But is it possible to distinguish between a one finger tap and a two finger tap?
Will Gee
  • 168
  • 7
2
votes
1 answer

Gear VR with Unity and Keystore: thread priority security exception

I'm building a Gear VR application created with Unity, but I get the following error when I launch the application: "thread priority security exception. make sure the app is signed." The application works well when I use Osig Signature in debug, but…
2
votes
2 answers

Samsung Gear VR - Publish Gear VR Application

What I need to publish my first game on Gear VR store I read this documentation but I was wondering if there more information http://static.oculus.com/sdk-downloads/documents/OculusMobile_SubmissionGuidelines.pdf Oculus Signature File (required…
Mina Fawzy
  • 20,852
  • 17
  • 133
  • 156
2
votes
1 answer

Samsung Gear Vr - handle back button clicks

how can I handle back button single click , long click to pause game , if pressed again destroy game
Mina Fawzy
  • 20,852
  • 17
  • 133
  • 156
1
2
3
10 11