FusedVR / VRStreaming

Unity Render Streaming SDK to stream VR from CloudXR to WebXR over WebRTC
Apache License 2.0
147 stars 24 forks source link

[BUG] One eye not streaming in VR headset #18

Open Emeralds opened 3 years ago

Emeralds commented 3 years ago

When using the OQ2 browser to navigate to the rendered web page and try to run it in VR, my the right eye doesn't load/remains black. I also found that if I disconnect, re-connect in the browser, try to view in VR then it won't load in either eye.

https://discord.com/channels/871764886563196948/872852590336020521/882390145179979820

Initial commentary by Fuseman: "so i have noticed that sometimes happens from the editor. try closing Unity and then playing. you will likely see a crash. i think there is something broken with the Render Streaming plugin specific to the editor (have not noticed in a standalone build). if you can document that and file an github issue on it, we can also pass it along to the Unity Render Streaming team"

vmohan7 commented 2 years ago

@Emeralds after I merge https://github.com/FusedVR/VRStreaming/pull/20 , can you try again? In that PR, I upgraded the Render Streaming package from 3.1.0-preview to 3.1.0-exp. So am wondering if that resolves this issue

Emeralds commented 2 years ago

sure thing, just let me know when you do