Skip to content

Building the plugin with Meta SDK 83 fails #437

@mhilbrunner

Description

@mhilbrunner

Building the plugin with the headers from Meta SDK 83 (Dec. '25) fails for me on Windows 11 with current master (1029347):

Comand:

gradlew.bat buildPlugin -Pmeta_headers=...\ovr_openxr_mobile_sdk_83\OpenXR\meta_openxr_preview

Output error:

=====
In file included from plugin\src\main\cpp\extensions\openxr_fb_body_tracking_extension_wrapper.cpp:30:
plugin\src\main\cpp\include/extensions/openxr_fb_body_tracking_extension_wrapper.h:34:10: fatal error: 'meta_openxr_preview/meta_body_tracking_calibration.h' file not found
   34 | #include <meta_openxr_preview/meta_body_tracking_calibration.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.

=====
scons: *** [plugin\src\main\cpp\extensions\openxr_fb_body_tracking_extension_wrapper.os] Error 1
scons: building terminated because of errors.

> Task :buildGodotOpenXRVendorsAndroidArm64Debug FAILED

FAILURE: Build failed with an exception.

Building with the immediately previous version of the SDK (81, Oct. '25) succeeds as expected.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions