Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Join us on March 30, 2023, between 5 am & 1 pm EST, in the Performance Profiling Dev Blitz Day 2023 - Q&A forum and Discord where you can connect with our teams behind the Memory and CPU Profilers.
    Dismiss Notice

Question I want Furioos to work with MetaQuest2

Discussion in 'Unity Render Streaming' started by K_Kuriyama, Jul 20, 2022.

  1. K_Kuriyama

    K_Kuriyama

    Joined:
    Jul 4, 2020
    Posts:
    54
    I would like to develop VR apps in Furioos due to the many resource limitations of WebGL apps.

    It says Android in the Furioos supported OS, but does it support Meta (Oculus) Quest2?

    My concerns are as follows.
    ・Can it display a VR screen?
    ・Can it send/receive tracking information and controller input?
    ・Does it work with OpenXR plug-ins?
     
  2. gtk2k

    gtk2k

    Joined:
    Aug 13, 2014
    Posts:
    247
    I have no knowledge of Furioos as I have never experienced Furioos, but I have experience creating cloud-rendering apps using only com.unity.webrtc, so it is technically possible. I can say that.
    * Camera tracking data is sent to the server using the data channel.
    * The client side is made compatible with VR using the assets of WebXR Export. Now you can see it in Quest2.
     
    K_Kuriyama likes this.