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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
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