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 [URP][Vulkan][Quest] Cant use more than one camera?

Discussion in 'VR' started by PelvisParsley, Jun 23, 2022.

  1. PelvisParsley

    PelvisParsley

    Joined:
    Aug 9, 2016
    Posts:
    87
    Recently upgraded my project to URP, and I was using some overlay cameras to display UI. On upgrade, the cameras switched to "Base" mode which would freeze the app. When I switch the camera to Overlay and add it to the main camera's stack, the scene shows up as black and nothing is displayed (FPS shows as 1). The scene works if I just use a single base camera with nothing on the stack.

    Unity 2021.3.2f1 LTS
    URP 12.1.6
    XR plugin 3.0.0.pre-1 (only working plugin)

    Note: It shows correctly in the editor