-
-
Notifications
You must be signed in to change notification settings - Fork 111
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
Tearing and latency running in browser #386
Comments
Hi --I actually just upgraded my project to U2022.3.41, and the behavior is different. The VR is now stable, with no tearing and latency problems, but now it is only rendering the right eye -- the left eye is black. So this is sort of an improvement.... I see other posts regarding this, and will explore suggested solutions, but do you have any idea why only one eye would be rendering? |
Didn't try 2022.3.41, maybe bug in the XR Display Subsystem on web in this version. Regarding performance, URP has overhead over BiRP on web. |
Hi --
Your suggestion to revert to BiRP basically worked. Disabling the XR Display Subsystem actually caused other problems, so I left that box unchecked in the WebXR settings. But I now have both eyes rendering, so thank you very much!
Jeremy
…________________________________
From: De-Panther ***@***.***>
Sent: Tuesday, August 13, 2024 4:51 PM
To: De-Panther/unity-webxr-export ***@***.***>
Cc: jschwartz wireframe-world.com ***@***.***>; Author ***@***.***>
Subject: Re: [De-Panther/unity-webxr-export] Tearing and latency running in browser (Issue #386)
Didn't try 2022.3.41, maybe bug in the XR Display Subsystem on web in this version.
Regarding performance, URP has overhead over BiRP on web.
So you can try BiRP and the BiRP samples. The XR Display Subsystem has even more issues with BiRP on web, so disable it when using BiRP with the BiRP samples.
(The BiRP samples have different XR Rig that use multiple cameras instead of one)
—
Reply to this email directly, view it on GitHub<#386 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AGE2T5RTKV47QHHT73ZJG63ZRJWWLAVCNFSM6AAAAABMNG32FKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOBXGEYTMNBUHE>.
You are receiving this because you authored the thread.
|
As I said, the BiRP sample has different rig for no XR Display Subsystem. If you use the URP rig with BiRP you still need to use the display subsystem. But whatever works for you. Different Unity versions, different issues. |
Describe the bug
When running in the Quest Browser, I get significant image tearing and heavy latency. The scene runs fine on my Windows PC using Quest Link. I have turned off some components of the rig that I do not need for this demo, such as the Locomotion system, but this has not helped. I also removed most of my objects, but the issue does not seem to be that I have too dense a scene.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I should be able to have a smooth VR experience, and be able to use distance grab to pick up the rock object on the ground.
Screenshots
If applicable, add screenshots to help explain your problem.
Unity info (please complete the following information):
Editor version: 2021.3.41
WebXR package version: 0.22
WebXR Interactions version: 0.22
Git or OpenUPM: OpenUPM
Using old components (like the Desert sample) or Input System + XR Interaction Toolkit: Using XR Interaction WebXR Setup, as shown in your January 2024 video.
Built-in render pipeline or URP: URP
Desktop (please complete the following information):
Headset (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: