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.

Question issue where the XR initialization process freezes indefinitely

Discussion in 'VR' started by VivaBlus, Jul 11, 2023.

  1. VivaBlus

    VivaBlus

    Joined:
    Apr 16, 2013
    Posts:
    1
    using Pico4 to run SteamVR, and when you execute the code

    yield return XRGeneralSettings.Instance.Manager.InitializeLoader();

    in Unity 2020,it gets stuck indefinitely.

    However, if it close and restart SteamVR, it runs normally.
    What could be the cause?