XRTK / com.xrtk.oculus

The Oculus platform components for the XRTK

Home Page:https://github.com/XRTK/XRTK-Core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plugin OVRPlugin.dll is used from several locations

FejZa opened this issue · comments

XRTK - Mixed Reality Toolkit Bug Report

Describe the bug

Upon targeting Windows Universal and trying to build I get the following error:

Plugin 'OVRPlugin.dll' is used from several locations:
 Packages/com.xrtk.oculus/Plugins/1.42.0/Win/OVRPlugin.dll would be copied to <PluginPath>/OVRPlugin.dll
 Packages/com.xrtk.oculus/Plugins/1.42.0/Win64/OVRPlugin.dll would be copied to <PluginPath>/OVRPlugin.dll
Please fix plugin settings and try again.

As the error message suggests the issue can be solved by fixing the plugin settings for the OVRPlugin DLLs to exclude WSAPlayer when building.

Your Setup (please complete the following information)

  • Unity 2019.3.0f3
  • Development Branch

Target Platform (please complete the following information)

  • WMR / WinUniversal

This has been resolved in com.xrtk.oculus 0.1.10. And it's been checked in 0.1.11 (with API 1.44) to ensure it's not an issue.

Gonna reopen this until it's resolved