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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
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