Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
bigwhopper's avatar
bigwhopper
Honored Guest
11 years ago

Unity4 Black screen on DK2 with OVRPlayerController only?

Hi,

maybe somebody can help me. I am trying to bring my project up to SDK4 but so far it has been causing big headaches.

Here is my case:

-DirectX11 disabled
-only forward rendering
-No image effects

When I run the OVR camera, it works (it gives me the 'drunk' orientation sometimes though), but the OVRPlayerController only shows a black screen as soon as i hit Play. I can see the image though in the extended view when the project is not playing.

The scriptorder is changed to 200 for the OVRCameraController and 300 for the OVRPlayerController. I also get the error

"NullReferenceException: Object reference not set to an instance of an object
OVRMainMenu.Update () (at Assets/OVR/Scripts/OVRMainMenu.cs:361)"

I am thankful for any hint on what might cause this.

Thanks!

1 Reply

Replies have been turned off for this discussion
  • I think i actually figured it out. If anybody else has the same issue, disable the OVRMainMenu Script...