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.
Comments (2)
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
- [Quest] Pitch Shifter causes audio degradation on Quest 2 devices when sped up
- "GUI Error: Invalid GUILayout" and "NullReferenceException" are thrown when adding Scenes to "Scenes in Baking Set" in Adaptive Probe Volumes
- Inspector window not updating when switching GameObjects in Play Mode while having a VR headset connected
- "UnityException: GetName can only be called from the main thread." erors are thrown when the Shortcuts window is opened and entering Play Mode with a shortcut
- [Android] Light2D visuals stacking over frames when using RenderGraph
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