Search Issue Tracker
Fixed
Fixed in 2022.3.68f1, 6000.0.59f1, 6000.2.8f1, 6000.3.0b6, 6000.4.0a2
Votes
0
Found in
2022.3.64f1
Issue ID
UUM-110863
Regression
No
Editor freezes after some time when using NavMeshQuery::Raycast
Simplified repro that uses the game's NavMesh and works in Unity 6 ------------
1. Download the attached project 110863-RaycastLoopFreeze-Isolated.zip
2. Open the scene "Shop_NavMesh_Causes_Infinite_Raycast"
3. Double click on the "PatrolingAgent" game object in the Hierarchy to focus on it.
4. Press Play to start the game.
Expected result: No errors are present and the agent is moving in the scene
Actual result: The editor freezes indefinitely.
Original 22.3 repro ------------
Steps to reproduce:
1. Download the “Repro” project
2. Open the project folder
3. Open the “scripts” folder and open the “project_config” script
4. Change the "unity_exe" part to the installation of your Editor
5. Open a Command Terminal and go to the project folder
6. Run the “run_project.bat -t import,play” command
7. Observe the Terminal
Expected result: No errors are present
Actual result: “HWND unresponsive for 20.1 seconds — exiting at 11.9 min” error is thrown
Reproducible in: 2022.3.64f1
Couldn’t test in: 2022.1.0a1, 6000.0.52f1, 6000.1.11f1, 6000.2.0b8, 6000.3.0a1 (Because of unresolvable compilation errors)
Reproducible on: Windows 11
Not reproducible on: No other environment tested
Notes:
- To get the error you might have to wait for some time between 6 to 110 minutes (as told by the user)
- It is a very complex project and downgrading or upgrading breaks the project entirely
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- PlayerPropertiesChanged event fires before Player Properties are applied
- Opening Media Pop-out in “Before You Start” Tutorial throws “Styles” and “Styles_Dark” messages in the Console window
- Play Mode Scenario selection/highlight is too long and out of its bounds when the Play Mode Scenario window is opened after maximizing
- Duplicated groups and incorrect grouping in UI Builder when using UxmlElementAttribute: libraryPath
- Asset name is not shown in the Undo History window when a sprite is modified
Add comment