MicrosoftDocs / mixed-reality

Mixed Reality documentation
Creative Commons Attribution 4.0 International
173 stars 184 forks source link

Getting error after attempting to integrate Oculus package #618

Closed BarboraAtVResearch closed 1 year ago

BarboraAtVResearch commented 2 years ago

Hello, I am following the above-described instructions and had some success in the past. But this time I got the following error after clicking on "Integrate Oculus Integration Unity Modules" - Library\PackageCache\com.microsoft.mixedreality.toolkit.foundation@251fc689f36f\Providers\Oculus\XRSDK\OculusXRSDKDeviceManagerProfile.cs(131,27): error CS0426: The type name 'ProcessorPerformanceLevel' does not exist in the type 'OVRManager'

I have Unity 2019.4.40f, OVR v 35.0, MRTK 2.8.0.0 and I can't use unity 2020 due to poor performance issues when MRTK on Oculus. Thanks for pointing me to how to solve this problem. [Enter feedback here]


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

manel-graca commented 2 years ago

Do you have more XR packages imported? That might cause issues. It has caused for me

BarboraAtVResearch commented 2 years ago

I finally managed to resolve the issue by switching to MRTK 2.7.x. However, I do not know how to resolve it with the current version. I do not have any more XR packages, except MRTK OpenXR which was installed automatically as a dependence via The Tool. I am using the new XR management system.

RogPodge commented 2 years ago

I see, we had a documentation issue. The latest version of MRTK supports Oculus Integration 39.0 as the minimum, as there have been breaking changes in the Oculus package :(.

Updating the docs now.

RogPodge commented 2 years ago

Should be updated!!

Sorry for all the confusion :(

BarboraAtVResearch commented 2 years ago

Thank you for the clarification :)