Search Issue Tracker
Not Reproducible
Votes
1
Found in
2020.2.0a8
Issue ID
1237510
Regression
No
DllNotFoundException: UnityMockHMD after building an xr sdk upgraded project using the Mock HMD XR SDK
DllNotFoundException: UnityMockHMD after building an xr sdk upgraded project using the Mock HMD XR SDK
1. I was trying to regress a bug with the Mock HMD with a project that has been updated from 2019.2 and legacy XR using the mock as well.
When building the mock hmd fails to get built or something and I get the DllNotFoundException: UnityMockHMD error and it fails.
However, I noticed it was seemingly still rendering in stereo and that seems to be because the built in xr stuff is still enabled. I never got the warning for disabling built in xr either when I installed the mock xr sdk.
This is confusing of course but maybe that state is related to the issue? I manually disabled this in the project settings by setting the
m_BuildTargetVRSettings:, m_Enabled to 0 but it still fails to find that dll in the built player and then just renders in monoscopic.
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
- URP Player remains in Windows Background processes when the application is closed
- [Android] The built-in URP shaders Lit, Complex Lit and the Simple Lit are not rendered when built on Android devices with an Adreno 300 series GPUs
- "Radio Button" disappears when added under the "RadioButtonGroup" and the parent Visual Element is selected
- ScrollView Scrollbar is jittering when Movement Type "Elastic" is selected and a mouse with a freewheel is used
- [WebGL]"TypeError: Cannot read properties of undefined (reading 'length')" error is thrown when starting the Player when config.autoSyncPersistentDataPath is set to true
janvetulani3r
Oct 01, 2020 22:15
I have the same problem on Linux, I guess the DLL is not built for the linux editor, for some strange reason.
Gerald-Ferreira
Apr 27, 2020 09:53
I have the same problem