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
- Incorrect UI wording: Missing articles in project creation options
- “[Worker0] InvalidOperationException: Cannot create a new scene additively with an untitled scene unsaved.” error thrown when closing converted Sub Scene in Inspector window
- “InvalidOperationException: Trying to set the parent for HierarchyNodeHandle” errors spammed in the Console when converting Sample Scene to Sub Scene and Entities Hierarchy window is open
- Using Physics.ComputePenetration on a Capsule collider causes it to sometimes return incorrect value when dragging it through the Mesh collider
- Sprite is rendered incorrectly in Web Build when it is set as a Splash Image Logo
Add comment