Oculus quest with scene.createDefaultVRExperience with useMultiview fails

Hi

I tried to enable scene.createDefaultVRExperience({useMultiview: true}); but the quest then just shows black screen. Without this option the scene loads correctly. I remember that this worked some months ago. Could it be that some browser API changes has broken this one?

Kind regards,
Tommi

Hi @tlaukkan , no changes were made, it should work without a problem.

Can you make sure that the multiview is enabled in chrome://flags ?

I will check it as well to make sure it still works.

I can confirm the black screen, checking now what happened

2 Likes

Ok, problem found, will be fixed on the next deployment to the playground :slight_smile:

Hi

Great news, thank you for speedy fix. I am using 4.0.3 from npm currently. What would be best way to get this fix into my project?

Kind regards,
Tommi

the next beta version will soon be released and will include the fix. until then you can build babylon yourself (or use the latest nighly) and npm-link it to your project, but it is sometimes too much of a hassle :slight_smile: