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. We’re making changes to the Unity Runtime Fee pricing policy that we announced on September 12th. Access our latest thread for more information!
    Dismiss Notice
  3. Dismiss Notice

Question ArcGIS Maps SDK & Oculus Quest 2

Discussion in 'VR' started by fink1, Jan 29, 2022.

  1. fink1

    fink1

    Joined:
    Dec 17, 2016
    Posts:
    9
    Hello. I'm trying to make an application for Quest 2, but I can't connect Arc GIS Camera Component with Oculus Integration. I can't see the map on my headset. The screenshot shows the object hierarchy that I tried.
    Any advice would be helpful.
    scr.jpg
     
  2. whloeffen

    whloeffen

    Joined:
    Jul 14, 2022
    Posts:
    1
    Hello Fink1.
    Have you found a solution? I also have that problem. In the game view of Unity i get the map but on the OQ2 i only see the sky.

    Or is the link cable required? Or Visual Desktop? Now i build and with Sidequest place the APK on the Quest.

    Best regards
     
    Last edited: Jul 14, 2022
  3. Blackhorse15A

    Blackhorse15A

    Joined:
    Apr 3, 2021
    Posts:
    2
    Wondering if anyone made progress? Im having same issue. Runs fine tethered on the HMD when run in Unity preview- the apk builds successfully- but then runs on the Oculus Quest 2 without loading/displaying any maps.
    @fink1 @whloeffen
     
  4. Blackhorse15A

    Blackhorse15A

    Joined:
    Apr 3, 2021
    Posts:
    2
    The XR Rig (OVRCamera Rig) needs to be a child under the ArcGISMap. Then get rid of the normal camera in the XR Rig and put the ArcGIS Camera in its spot- under the XR Rig (should be under the Camera Offset I would guess). So ArcGIS Camera replaces the camera inside/under the rig, and the rig goes inside/under the ArcGISMap. That worked for me.
     
  5. Sourangsu

    Sourangsu

    Joined:
    Aug 13, 2022
    Posts:
    1
    I tried this. It is working in the Windows Machine where Unity is running. But moment I build and deploy to Oculus still getting just the sky. Template is URP. Have moved the XR Origin under the Map and the camera under the Camera Offset in XR Origin. Added 'Tracked Pose Driver(Input System)' to the camera along with the ArcGIS scripts that were there. Any luck anyone?