Search Unity

Is there anyway that the system open a website using Application.OpenURL in background?

Discussion in 'AR/VR (XR) Discussion' started by cdytoby, Aug 21, 2018.

  1. cdytoby

    cdytoby

    Joined:
    Nov 19, 2014
    Posts:
    181
    We have an requirement that in VR project, we can open and view a website.

    Currently we use Application.OpenURL. It's good when using it on Oculus Rift because even when browser is brought to front, Oculus Rift app still is "active" in VR. However, it's not the case on HTC Vive because htc vive uses completely windows standard.

    And because this project is also available for Oculus Go, Cardboard and Daydream VR systems, we would like to open url in browser in background. Is that possible?

    If that's not possible, is there any good plugin, that website can be in Unity VR world rendered?