We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dcf26b commit e347fd0Copy full SHA for e347fd0
Assets/MRTK/Core/Inspectors/Setup/MRTKVersionPopup.cs
@@ -15,7 +15,7 @@ internal class MRTKVersionPopup : EditorWindow
15
private static readonly Vector2 WindowSize = new Vector2(300, 150);
16
private static readonly GUIContent Title = new GUIContent("Mixed Reality Toolkit");
17
18
- [MenuItem("Mixed Reality/Toolkit/Show version...")]
+ [MenuItem("Mixed Reality/Toolkit/Show version...", priority = int.MaxValue)]
19
private static void Init()
20
{
21
if (window != null)
0 commit comments