Search Unity

Question XR Manager Disappeared Unity 2020

Discussion in 'VR' started by matthew_m_king, Nov 9, 2020.

  1. matthew_m_king

    matthew_m_king

    Joined:
    Oct 30, 2020
    Posts:
    2
    Hello, I'm currently updating a Unity 2017 VR project (I did not create it) to Unity 2020, and I was given a notification that I'd need to install the XR Manager to handle the Oculus Rift features. I attempted to install it, but it has disappeared from my project settings for some reason. The program returns errors (expectedly), so I can't run it to test anything or work any further on it. Does anyone have some advice? Thanks in advance.
     
  2. mfuad

    mfuad

    Unity Technologies

    Joined:
    Jun 12, 2018
    Posts:
    335
    Hey @matthew_m_king, as you migrate the project to Unity 2020 we recommend using our upgrade guide to make sure you've covered all the required steps. Regarding the issues you're seeing, make sure you have uninstalled
    com.unity.xr.oculus.standalone
    and installed
    com.unity.xr.oculus
    instead?
     
  3. mfuad

    mfuad

    Unity Technologies

    Joined:
    Jun 12, 2018
    Posts:
    335
    Additionally, new packages won't be installed until all errors have been fixed. So even if you installed the XR Plug-in Management package, it won't appear in Project Settings until all compilation errors are fixed.