Top "Virtual-reality" questions

For programming questions about virtual reality.

How to create VR Video player using Google Cardboard SDK for Unity

I just downloaded Google Cardboard SDK for unity. I am fine and able to create VR project. Setup is fine …

unity3d google-cardboard virtual-reality
error CS0234: The type or namespace name `iOS' does not exist in the namespace `UnityEditor'. Are you missing an assembly reference?

I have installed the latest versions of Unity (2017.3.1), Daydream SDKs (GVR SDK for Unity v1.130.0) and followed the steps here: …

unity3d virtual-reality daydream
SteamVR_Controller could not be found

I am trying to create a Pokemon Go clone in Unity following this tutorial (https://www.youtube.com/watch?v=…

c# unity3d virtual-reality
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 …

virtual-reality samsung-galaxy-gear gear-vr
iOS 14 Google Cardboard view is broken

On all apps that I can find that use Cardboard in iOS 14 (iPhone), the VR view is insanely bugged. The …

ios iphone virtual-reality google-cardboard ios14
Enable/Disable VR from code

How can I set the display to stereoscopic programmatically in Unity for an app deployed to an Android device? I …

c# unity3d unity5 virtual-reality
Implement a Kalman filter to smooth data from deviceOrientation API

I'm trying to smooth the data I'm getting from the deviceOrientation API to make a Google Cardboard application in the …

javascript device-orientation kalman-filter virtual-reality
Could not resolve all dependencies for configuration ':app:_debugApk'.Configuration with name 'default' not found

I have added the gradle files. Please review them and help me fix the problem. I am having a problem …

java android virtual-reality
How to determine whether a SteamVR_TrackedObject is a Vive Controller or a Vive Tracker

What is the best way to determine whether a SteamVR_TrackedObject is a Vive Controller and a Vive Tracker? When 0 …

c# unity3d virtual-reality htc-vive openvr
How to access mobiles back button in unity for android applications

I am building a VR application with a menu scene and many other scenes.. I would like to get back …

c# android visual-studio unity3d virtual-reality