Search Unity

Bug Oculus Integration SDK Version 46.0 Unity

Discussion in 'VR' started by smartplay, Nov 18, 2022.

  1. smartplay

    smartplay

    Joined:
    Feb 13, 2019
    Posts:
    21
    OvrOverlay.cs component doesn't work with OpenXR if I select underlay type
    it works fine without OpenXR but it seems it break when I switch to OpenXR

    Note :
    OvrOverlay.cs component with overlay type work fine with and without openXR

    Reproduce Issue :
    1) create unity project
    2) import Oculus Integration SDK Version 46.0
    3) switch OpenXR
    4) add OvrOverlay.cs component and change type to Underlay
    5) add impostor shader to a quad and place it is same position
    5) build and test