Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stereo layout not available when using new XR manager #14

Open
kumilanka opened this issue Jan 28, 2020 · 9 comments
Open

Stereo layout not available when using new XR manager #14

kumilanka opened this issue Jan 28, 2020 · 9 comments

Comments

@kumilanka
Copy link

New XR manager replaces the 'virtual reality supported' checkbox. As a result, the setting for stereoscopic layout is not available, even when the project is using virtual reality.

Workaround is to avoid the new XR manager and use VR platform integrations via package manager instead.

@Morgan-6Freedom
Copy link

Using Unity 2019.3

  • Checked XR Plugin Management

this is what I got :
2020-02-18 18_23_58-Window

According to the documentation which has not been updated since 3 YEARS !!

This is what I should get :
2020-02-18 18_24_46-DRAFT_ Panoramic 2D and 3D Video Shader in Unity - Google Docs

@Oneiros90
Copy link

Quick fix: Comment out this line

@jrjones
Copy link

jrjones commented May 21, 2020

Argh! Same issue. Do I need to create a custom shader based on the old skybox pano code you linked, or do you expect Unity to fix this at some point? Is there a way to trick the editor into thinking PlayerSettings.virtualRealitySupported = true? (Betting this won't be the only place that we run into this sort of thing.)

@EazyAndy
Copy link

Same here. Absolute showstopper for our project. We upgraded everything to the new XR route, dumping all the legacy Oculus Utilities bloat... and now we cant use stereo videos??
The workaround mentioned above - can this still be implemented in the latest Unity 2019.3.14f1
Or do we need to install this shader now?
Really hoping someone has an answer on this.
Thanks for any insight

@EazyAndy
Copy link

Argh! Same issue. Do I need to create a custom shader based on the old skybox pano code you linked, or do you expect Unity to fix this at some point? Is there a way to trick the editor into thinking PlayerSettings.virtualRealitySupported = true? (Betting this won't be the only place that we run into this sort of thing.)

hey man, did you manage to get a workaround for this issue?

@jrjones
Copy link

jrjones commented May 22, 2020

I'll be looking at it next week, will share if I solve.

@philjsullivan
Copy link

Same here. Absolute showstopper for our project. We upgraded everything to the new XR route, dumping all the legacy Oculus Utilities bloat... and now we cant use stereo videos??
The workaround mentioned above - can this still be implemented in the latest Unity 2019.3.14f1
Or do we need to install this shader now?
Really hoping someone has an answer on this.
Thanks for any insight

The fix offered by Oneiros90 worked for me. Put the shader and the script in your project, and commend out line 48 in the script. Skybox/PanoramicBeta shader appears, and has the control you're after.

@EazyAndy
Copy link

EazyAndy commented Jun 1, 2020

Funnily enough, I just got back on this last night and figured it out. Had to comment out a couple of lines and all works. Strange that we have to add/edit an outdated beta shader from 3 years ago to get a new feature working... and unsure what implications there will be on Editor upgrade, but for now it works.
Thanks for posting your response anyway, much appreciated.

@trekimann
Copy link

Hello, completely noob question. I'm just starting out in Unity and the core of the little project I want to do needs this functionality. Where do I change the cs gui file so that the checkbox is enabled? Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants