Unity Development
Welcome to Unity development, where you can share insights, ask questions, and address challenges with fellow Unity developers. This forum is ideal for discussing all things related to Unity.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Welcome to the Meta Developer Forum!

Welcome to the Meta Developer Forum! This is a community-driven space where you can share insights, ask questions, and address challenges with fellow developers. Our goal is to create a supportive and respectful environment where everyone can learn f...

Editor game view on second monitor?

Hi,While using the Unity editor is there a way to get the Game View to run full screen on the Rift while keeping the editor on full resolution of main monitor (27" 2,560-by-1,440).Currently I am dragging the game view to the second monitor, but the b...

In Editor Scene View using Rift?

Would it be possible to create a Rift Scene view in the editor, so you can edit your game levels using the rift and ideally a VR input device e.g. hydra/leap/... ?

Arowx by Explorer
  • 1581 Views
  • 3 replies
  • 0 kudos

Scaling and OVRCameraController

Hi, just wanted to mention that when the OVRCameraController is inside a hierarchy such that the "eyes" should be scaled up or down to something other than 1.0, it adversely affects the eye separation for the two cameras. For example if my player is ...

drash by Heroic Explorer
  • 1805 Views
  • 2 replies
  • 0 kudos

yaw drift correction in Unity

I have some problems with the drift in my unity project. Is the "magnetometer-based yaw drift correction" part of the current Unity integration?How can I to use the new drift correction in unity, or do I have to wait for a new unity integration? I ha...

Conz by Explorer
  • 1789 Views
  • 2 replies
  • 0 kudos

Upside down image - details inside

I experimented with the near/far camera setup that others have mentioned in other threads.I thought I would point out a potential issue, although it's entirely possible I was doing something wrong.I have one OVRCameraController set up to render large...

drash by Heroic Explorer
  • 4461 Views
  • 1 replies
  • 0 kudos

Better Skybox solution?

I'm dealing with a rather large outdoor terrain, and the "Tuscany" skybox solution is far from perfect. If players travel far enough they walk right up to the side of the box. I could connect the box to the player, but then it clips the terrain in th...

Jerware by Explorer
  • 5886 Views
  • 10 replies
  • 0 kudos

Bug with multiple OVRCameraControllers?

Hi,I'm trying to implement multiple camera views for a driving demo (eg. a camera view from inside the cockpit, and one from on top of the car roof).I am attempting to do this by having 2 OVRCameraControllers in the scene and enabling/disabling the a...

adam by Honored Guest
  • 1502 Views
  • 2 replies
  • 0 kudos

When to apply anti-aliasing?

I don't have a Rift yet (standard disclaimer), but I am wondering about the different options we have with full-screen anti-aliasing, and whether it is worth having AA in the first place with the Rift.I've thought about the following three approaches...

drash by Heroic Explorer
  • 3007 Views
  • 2 replies
  • 0 kudos

Updating the Unity asset package

Hi, probably a silly question but is there a way to update to the latest v0.2.1 of the unity asset package without having to delete the previous version in my project? When I try to re-import it I get a message saying "all assets from this package ar...

Maxing the Framerate

I've been running the Tuscany demo on several machines and I haven't been able to get the frame rate over 65 fps. Is there a limit set somewhere in Unity? I know that the screen refresh rate is only 60hz, so it probably doesn't matter, but I'd like t...

build not working on osx

I made a test scene in windows 7 and it runs fine with the oculus camera.When i build an app in windows for mac osx it shows nothing on the mac, the screen stays black.If i remove the oculus camera and use a regular unity camera the aplication runs f...

CHE by Explorer
  • 1905 Views
  • 2 replies
  • 0 kudos

Simple Deferred Lighting Fix

Now that I have my dev kit, I was able to do some real testing on the deferred lighting issue. As I mentioned in other threads, the problem is that constructing your own perspective matrix can prevent Unity from doing transforms back from screen spac...

owenwp by Expert Protege
  • 3243 Views
  • 5 replies
  • 0 kudos

Unity SDK V0.2.1 & IPD

I see this in the Release Notes:Fixed projection center to lens distortion center, decoupling IPD from projection centerChanging the IPD in the Tuscany demo with +/- does change the IPD variable, but makes no difference in rendering anymore. Is this ...

Proton by Honored Guest
  • 4828 Views
  • 5 replies
  • 0 kudos

New stuff in SDK 0.2.1

From the release notes in the Unity integration for 0.2.1 of the SDK:What's new in V0.2.1--------------------Added functions in OVRCameraController to get orientation of tracker (GetCameraOrientationEulerAngles and GetCameraOrientation)Exposed the fo...

drash by Heroic Explorer
  • 1961 Views
  • 3 replies
  • 0 kudos

OSX Unity

Does the SDK support development and testing on Unity 4 OSX? If not, will it at some point? There are plenty Unity 4 Mac developers - even many of us that target windows prefer developing on the Mac version, because it's more stable (and have our lic...

jaimi by Expert Protege
  • 7035 Views
  • 22 replies
  • 0 kudos

multiple camera setups at different depths?

Hi,I'm converting a prototype I've been working on to work with the rift. It's an FPS game that uses 3 cameras at different depths: 1 for the game world at depth 0, 1 for the player's hands and items he's holding at depth 1(so the player hands never ...

How to set IPD?

Hi there, I wonder how can I set my IPD in all the Unity Demos and in Oculus World? When pressing space I can see a default setting of 64 mm (I have 59). Does anyone know how to change this?Thank you,Spyro

spyro by Expert Protege
  • 6754 Views
  • 6 replies
  • 0 kudos

Cross-trainer with the OR

Hi Rifters, i just wanted to share my idea/project i am currently working on with you. As many of you i am still waiting for my devkit (Germany Order ~ 8000) but i recently got a cross-trainer with a serialport and a razor hydra. I wrote a little pro...

Eye cameras jump around during update phase

FYII had attached an object to the right eye camera of an OVR character in order to mount it to the screen (not ideal, I know). This exposed some oddness. During the update of the object I mounted (a gun) the eye's camera would either be in it's true...

jjoudrey by Honored Guest
  • 2133 Views
  • 4 replies
  • 0 kudos

SDKs, scripts, middlewares, etc. useful for VR

I copy-paste an old post I made on MTBS3d :Let's centralize infos, tips, Q&A, homemade scripts, etc., anything related to Unity and VR.SDKs & packagesOculus Rift (Unity pro required)Unity 4 : SDKUnity 3.5.7 : PackageWorkarounds for Unity Free :VRDK: ...

Anonymous by Not applicable
  • 3960 Views
  • 1 replies
  • 0 kudos

Getting Sunshafts to work properly with OVRCamera

I started playing with the SunShafts image effect in Unity (for this demo: https://developer.oculusvr.com/forums/viewtopic.php?f=42&t=490), and I realized I'm not sure how it's supposed to work with OVRCamera. First of all, I am aware of the other "I...

drash by Heroic Explorer
  • 3754 Views
  • 4 replies
  • 0 kudos

Lens distortion script - spherical correction?

I'm experimenting with cross-platform support on iOS and Android. Initially, I would just like to get the stereo to work. The dll's and such seem Windows-only. As a quick but sloppy-hackish solution, I basically disabled references to most of them. M...

yosun by Honored Guest
  • 1966 Views
  • 0 replies
  • 0 kudos

Unity Pro Trial & [not-for-profit] Distribution

I suspect that many a n00b developer & enthusiast eagerly awaiting their Rift are having the same debate as me: Unity or UDK? Each engine has its own merits and I'm not here to debate technical detail. I'm here to ask about licensing.As far as I unde...

lo4d by Explorer
  • 1578 Views
  • 1 replies
  • 0 kudos

OVR cameras only work in editor

On one project that I'm using an OVRPlayerController on, when I'm in the editor I can see the images from the cameras in the game view. Once I hit play, both cameras go black. If I turn off the camera it shows grey in the game view so I'm assuming th...

Tuscany demo for Android

Hi,I was wondering, is it possible to export the Unity Tuscany demo for Android devices (with SBS 3D) and use the on-board IMU for tracking? For us unfortunate devs that haven't received a Rift yet, it would at least allow us to play around some with...

danielbln by Honored Guest
  • 1522 Views
  • 0 replies
  • 0 kudos

Unofficial Unity Pro Discount [CLOSED]

[EDIT: This deal is no longer available if you would like more information try the link below]Hi everyone,I have been organizing a group discount of Unity Pro licenses for Oculus Rift developers. The TL;DR of it is if we get 3-9 people ordering we ge...

Korda by Honored Guest
  • 2892 Views
  • 3 replies
  • 0 kudos

Some observations

Hi there! Just passing on my observations after spending a few days integrating the Rift into our game.Observation one: the current Unity plugin implementation briefly threw me for a loop. I'm of the opinion that any controller or peripheral should t...

Top Solution Authors
Labels