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
happens every time when i search for gameobject and press enter
Unity3d 2018.3.12f1
ExecuteMenuItem failed because there is no menu named 'Window/Hierarchy'
UnityEditor.EditorApplication:ExecuteMenuItem(String)
Haste.HasteWindow:OnReturn(Event) (at Assets/Haste/Editor/HasteWindow.cs:188)
Haste.HasteWindow:OnKeyDown(Event) (at Assets/Haste/Editor/HasteWindow.cs:321)
Haste.HasteWindow:OnEvent(Event) (at Assets/Haste/Editor/HasteWindow.cs:353)
Haste.HasteWindow:OnGUI() (at Assets/Haste/Editor/HasteWindow.cs:476)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
The text was updated successfully, but these errors were encountered:
Haste activates the hierarchy tab (in case it's hidden). The menu path must have changed. The string "Window/Hierarchy" should be replaced with whichever menu path opens the hierarchy. The code for that is here: Assets/Haste/Editor/Results/HasteHierarchyResult.cs#L119
happens every time when i search for gameobject and press enter
Unity3d 2018.3.12f1
ExecuteMenuItem failed because there is no menu named 'Window/Hierarchy'
UnityEditor.EditorApplication:ExecuteMenuItem(String)
Haste.HasteWindow:OnReturn(Event) (at Assets/Haste/Editor/HasteWindow.cs:188)
Haste.HasteWindow:OnKeyDown(Event) (at Assets/Haste/Editor/HasteWindow.cs:321)
Haste.HasteWindow:OnEvent(Event) (at Assets/Haste/Editor/HasteWindow.cs:353)
Haste.HasteWindow:OnGUI() (at Assets/Haste/Editor/HasteWindow.cs:476)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
The text was updated successfully, but these errors were encountered: