Search Issue Tracker
Won't Fix
Under Consideration for 2023.2.X, 2023.3.X
Votes
0
Found in
2023.2.0b9
2023.3.0a6
Issue ID
UUM-51218
Regression
Yes
"Handles.Repaint called outside an editor" error is logged when opening an Asset in Windows Explorer if previously selected GameObject has custom Handles shown in Scene View
How to reproduce:
1. Open the project linked in Comments
2. Open Scene "ConnectedSystems"
3. In the Hierarchy select "AlienPrototype" and make sure that Scene View is visible in the Editor
4. In the Project Browser right-click an Asset and select "Show in Explorer"
5. Observe the Console
Actual result: "Handles.Repaint called outside an editor OnGUIUnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)" is printed in the Console multiple times
Expected result: Asset is opened in Explorer without errors logged
Reproducible with: 2023.2.0a15, 2023.2.0b9, 2023.3.0a6
Not reproducible with: 2021.3.29f1, 2022.2.21f1, 2023.1.14f1, 2023.2.0a14
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Specular lighting visible in a camera with Path Tracing when Preserve specular lighting is disabled in observed material
- Cinemachine package throws CS1061 errors in the Console when installed in a project that has HDRP and URP installed
- Editor.log file size grows rapidly when a scene exceeds the "Maximum Shadow on Screen" limit setting in the HDRP Asset
- Player build freezes after calling Application.Quit() when the scripting backend is set to IL2CPP
- Texture is not applied on a Custom Render Texture when a Cubemap is selected as the texture
Resolution Note:
Thanks for reporting this, this bug has already been fixed from other PR.
I tested on 2023.2.5f1 and was not able to repro the bug.
I also tested on lastest 2023.3.0 and the problem does not appear anymore.