You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the MRTK Project Configurator and I press Apply settings to target HL2, I get this error:
"ExecuteMenuItem failed because there is no menu named 'Mixed Reality/Project/Apply recommended project settings for HoloLens 2'
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Microsoft.MixedReality.Toolkit.Utilities.Editor.MixedRealityProjectConfiguratorWindow:RenderMicrosoftOpenXRPipelineDetected () (at Library/PackageCache/com.microsoft.mixedreality.toolkit.foundation@f2323a9b7aec/Core/Inspectors/Setup/MixedRealityProjectConfiguratorWindow.cs:305)
Microsoft.MixedReality.Toolkit.Utilities.Editor.MixedRealityProjectConfiguratorWindow:RenderXRPipelineSelection () (at Library/PackageCache/com.microsoft.mixedreality.toolkit.foundation@f2323a9b7aec/Core/Inspectors/Setup/MixedRealityProjectConfiguratorWindow.cs:181)
Microsoft.MixedReality.Toolkit.Utilities.Editor.MixedRealityProjectConfiguratorWindow:OnGUI () (at Library/PackageCache/com.microsoft.mixedreality.toolkit.foundation@f2323a9b7aec/Core/Inspectors/Setup/MixedRealityProjectConfiguratorWindow.cs:136)
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)"
Not sure how bad this is.
To reproduce
Steps to reproduce the behavior:
New unity project 2021.3.14f1
Import extension, foundation, examples, assets MRTK2 2.8.3. and OpenXR 1.9.
Perform settings
Press apply
See behaviour
Target platform (please complete the following information)
HoloLens 2
The text was updated successfully, but these errors were encountered:
‼️ Important. For all new applications, we highly recommend using MRTK3 instead of MRTK2. MRTK3 is better supported. You can find MRTK3 documentation at https://mixedrealitytoolkit.org
FYI after reimporting OpenXR, ad scene, and configuring, It was solved. Probably I did something wrong that I cannot recall atm.
I chose MRTK2 due to the extended eye-tracking example git I found and wanted to test.
If EETDataProviderTest.cs and code like "ExtendedEyeGazeDataProvider.GazeType.Left" is still viable, I'd happily switch for this project. Haven't tried it out yet.
Describe the bug
When using the MRTK Project Configurator and I press Apply settings to target HL2, I get this error:
"ExecuteMenuItem failed because there is no menu named 'Mixed Reality/Project/Apply recommended project settings for HoloLens 2'
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Microsoft.MixedReality.Toolkit.Utilities.Editor.MixedRealityProjectConfiguratorWindow:RenderMicrosoftOpenXRPipelineDetected () (at Library/PackageCache/com.microsoft.mixedreality.toolkit.foundation@f2323a9b7aec/Core/Inspectors/Setup/MixedRealityProjectConfiguratorWindow.cs:305)
Microsoft.MixedReality.Toolkit.Utilities.Editor.MixedRealityProjectConfiguratorWindow:RenderXRPipelineSelection () (at Library/PackageCache/com.microsoft.mixedreality.toolkit.foundation@f2323a9b7aec/Core/Inspectors/Setup/MixedRealityProjectConfiguratorWindow.cs:181)
Microsoft.MixedReality.Toolkit.Utilities.Editor.MixedRealityProjectConfiguratorWindow:OnGUI () (at Library/PackageCache/com.microsoft.mixedreality.toolkit.foundation@f2323a9b7aec/Core/Inspectors/Setup/MixedRealityProjectConfiguratorWindow.cs:136)
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)"
Not sure how bad this is.
To reproduce
Steps to reproduce the behavior:
Target platform (please complete the following information)
The text was updated successfully, but these errors were encountered: