Search Issue Tracker
Fixed
Fixed in 1.1.2, 2.0.2
Votes
0
Found in [Package]
1.1.1
2.0.0
Issue ID
XRMRT-23
Regression
No
"DllNotFoundException" error is thrown when entering Play Mode on Mixed Reality Template on macOS
*Steps to reproduce:*
1. Create a new project with the Mixed Reality template
2. Enter Play Mode
3. Observe the Console window
*Actual results:* "DllNotFoundException: UnityOpenXRHands assembly:<unknown assembly> type:<unknown type> member:(null)" error is thrown
*Expected results:* No errors are thrown
*Reproducible with versions:* 1.1.1(2022.3.47f1), 2.0.0(6000.0.21f1)
*Tested on (OS):* macOS Sonoma 14.6.1 (M1 Pro)
Win 11 ARM64
*Notes:*
* This happens due to the template using an older version of XR Hands package which has the XRHB-49 issue.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Time.deltaTime is locked to the display's refresh rate when the built Player is moved to a Secondary Display and Windowed Mode is used
- Crash on RaiseException when importing a specific asset
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
Resolution Note (fix version 2.0.2):
Fixed the DllNotFoundException when entering Play Mode on macOS. The root-cause was that the XR Hands package did not have binaries for macOS included as part of the package build. This was resolved by updating to XR Hands 1.5.0 which has the correct libraries included.
Resolution Note (fix version 1.1.2):
Backported a fix for DllNotFoundException when entering Play Mode on macOS. The root-cause was that the XR Hands package did not have binaries for macOS included as part of the package build. This was resolved by updating to XR Hands 1.5.0 which has the correct libraries included.