Dynamic Prefab insertion
Hello, My goal is to insert dynamically a 3d object (in my case a cylinder Prefab). on a plane object. When I do it statically (drag and drop the object under the plane object in the Hierarchy window)...
View ArticleSimple go foward vr game
I want to make it so that the person moves there head and it keeps moving fowards but at a different angle: here is the script I have so far: http://pastebin.com/2QT6tujU
View ArticleGear VR Crash 9/10 Times After Splash Screen (5.3.2p2)
Hey everyone, have been getting a frequent crash on my Gear VR app, using Unity 5.3.2p2 right on the splash screen or not even getting to showing it. Happens almost every time. Using Oculus Runtime...
View Article[Unity 5.3] : [VRDevice] Initialization of device oculus failed
I just installed Unity 5.3 today december 8th, 2015, and I have tried my VR Windows player using Oculus DK2. Without any modification from my previous Unity 5.2 version, I now face the error...
View ArticleHelp with an error Cardboard SDK "warning CS0618"
Hello all I am getting this error far too often. I have the latest Cardboard SDK and latest Unity update. Anyone have a fix? Assets/Cardboard/Scripts/VRDevices/BaseCardboardDevice.cs(122,8): warning...
View ArticleCardboard doesn't render properly after Build & Run on Mac
I made a Cardboard application which was building fine on Windows PC, but I was having problems with transferring it directly into phone via USB (it kept saying it couldn't find my phone), so I decided...
View ArticleGear VR Bluetooth controller
Hi, I bought a Moga pocket controller, but I can't get it to work with the Gear VR. Yess, I have Bluetooth connection even get the connection panel display popping up when in VR. I have read that the...
View ArticleGear VR FPS Bluetooth Controller - Easiest Way
Using Moga Pro in B-mode (On switch to the right) In unity make sure you can build for Android. New Project. Assets\Import Package\Characters Create Plane. Use Prefab: RigidBodyFPSController...
View ArticleCamera.targetEye from scripting
this may be a dumb question, but I've searched the docs end-to-end, even browsed managed dll sources with monodevelop/ilspy (looking at CameraEditor... didnt help much) and still cannot find an answer...
View ArticleSteering object by head
HI! Can somebody tell me how to do head based steering? I know how to do it while mooving only camera, but i want to moove object by head and camera to follow the object. I need this because i want to...
View ArticleHow OVR support has changed over time
I'm just diving into Rift development with Unity and, after browsing some open source projects as well as the Unity VR Samples, wanted a sanity check on how the tools have changed over time. From what...
View ArticleWhy to avoid post processing
I've heard that post processing effects should be avoided in VR. Can anyone give an explanation for why?
View ArticleCopying one eye image to another
While watching a video on Oculus/Gear VR optimisations they mentioned an interesting technique for optimising large scenes with lots of objects far away from the user. The technique involves setting up...
View ArticleEnable VR with scripting?
Unity 5.1 has integrated VR, its in the Build Player Settings as a checkbox. I want a startup scene that is not VR, then when the user starts it enables the VR camera. How can I do that?
View ArticleIssue when playing VR app on Android
Hi everybody, I just started playing around with the Cardboard VR SDK, basically I created a terrain, put some grass on it and added a "CardboardMain" object in the scene, then I built the package and...
View ArticleAnimation causing game object to disappear(gear vr)
Hey all, Made a simple animation on a character via unity animator. The animation is simply a path for a guard to patrol on. It works fine when im just tweening between positions but as soon as I add...
View ArticleVR freezes game
I'm working on a game that has been very stable on regular display devices. But when a VR device is used (Oculus DK2 to be precise), the game freezes seemingly random and must be forced quit. There are...
View ArticleHow to import sketch up models to Unity 3D?
Im new in Unity , i want to import my models from sketch up to unity ? can you help me guys ? please
View ArticleProblems with Cardboard
Hi, I have my app almost programmed. The only problem is related to the CardboardMain prefab. The camera works great, it turns left if I physically look to my left. What I cannot achieve is to rotate...
View ArticleCan't disable VR support on Mac OS X
Hey there, I'm currently working on a project on multiple computers, Mac and Windows. On windows I enabled VR in project settings > player > other settings. Now I synced the project via bitbucket...
View Article