Search Issue Tracker
Fixed in 3.0.1
Votes
0
Found in [Package]
3.0.0-preview.3
Issue ID
1200753
Regression
Yes
[ARKit] Definition for 'kXRInterfaceMatchAnyVersion' is missing when ARKit XR Plugin and Input System packages are installed
How to reproduce:
1. Create a new Unity project
2. Import the packages "Input System" (version 1.0.0-preview.3) and "ARKit XR Plugin" (version 3.0.0-preview.3)
3. Observe the error in the Console window
Expected result: "XRUtilities" contains a definition for "kXRInterfaceMatchAnyVersion"
Actual result: an error about the missing definition for "kXRInterfaceMatchAnyVersion" is thrown (see attached screenshot)
Reproducible with: 2019.2.14f1 (ARKit XR Plugin version 3.0.0-preview.3), 2019.3.0f1 (ARKit XR Plugin version 3.0.0-preview.3), 2020.1.0a14 (ARKit XR Plugin version 3.0.0-preview.3)
Could not test with: 2018.4.13f1
Notes:
1. In the affected Script (InputLayoutLoader.cs) in line 33, changing "kXRInterfaceMatchAnyVersion" to "InterfaceMatchAnyVersion" removes the error from the Console
2. I could not test with Unity 2018.4.13f1 due to the needed package version being unavailable
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Rendering locks up when not looking at a transparent material on Meta Quest 2
- Volumetrics break when using a Custom Pass to create a Thickness Buffer for Alpha Clipping
- All tests are run instead of only the failed ones when the "Rerun Failed" button is pressed
- GameObject is not masked when the "Render PostProcessing Effects" pass executes with a resolved non-MSAA Color target and MSAA DepthStencil target
- [Android] Gfx.WaitForGfxCommandsFromMainThread high performance usage and inconsistency when built Player scene has Canvas GameObject on a specific Project
Add comment