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 OpenXR Add ExtensionString/Feature

Discussion in 'VR' started by GamerTobbe, Apr 19, 2023.

  1. GamerTobbe

    GamerTobbe

    Joined:
    Apr 4, 2019
    Posts:
    22
    So recently I noticed OpenXR added support for FOV and Display Refresh Rate so I started to invest some time into figuring out how to enable them and change values in runtime. So after a week of a full mental breakdown of not getting anything at all to even get called i started to question my ability of human being.
    I could need some help to activate / enable this in my project:

    XR_FB_swapchain_update_state
    XR_FB_foveation
    XR_FB_foveation_vulkan
    XR_FB_display_refresh_rate

    I also noticed they needed to get a featureID of packages?
    I really don't get where people can find those addresses. Etc: "com.unity.openxr.feature.example.intercept"
    Unity OpenXR API is pure dogshit and not giving any clues how to implement a exentension call, they just drop changelogs with " Added 'XR_FB_YouWillNeverGetThis_vulkan' " i came to this amazing forum to finally get some pro help.

     
    MatanYamin likes this.
  2. hlfouster

    hlfouster

    Joined:
    Apr 20, 2023
    Posts:
    1
    i need help on timmy tag thats the name of my thing
     
  3. MatanYamin

    MatanYamin

    Joined:
    Feb 2, 2022
    Posts:
    105
    I'm facing the same issue trying to reach XR_FB_display_refresh_rate on OpenXr.
    (Anyway, at least your post made me chuckle :D)
     
  4. GamerTobbe

    GamerTobbe

    Joined:
    Apr 4, 2019
    Posts:
    22
    Hey man! Just checking in here again, did you get this to work?
     
  5. MatanYamin

    MatanYamin

    Joined:
    Feb 2, 2022
    Posts:
    105
    No, unfortunately I didn't
     
  6. GamerTobbe

    GamerTobbe

    Joined:
    Apr 4, 2019
    Posts:
    22