Search Issue Tracker
By Design
By Design in 2023.2.X
Votes
0
Found in
2021.3.23f1
2022.2.16f1
2023.1.0b14
2023.2.0a12
Issue ID
UUM-34059
Regression
No
Nav Mesh Agent/Area Mask set to "Everything" works incorrectly when generated by code
How to reproduce:
1. Open the user's attached project
2. Enter Play Mode
3. Right mouse click on the blue square in the Game Window
Expected results: The "Flying thing" GameObject walks over the blue square
Actual results: The "Flying thing" GameObject walks around the blue square
Reproducible with: 2021.3.23f1, 2022.2.16f1, 2023.1.0b14, 2023.2.0a12
Could not test with: 2020.3.47f1 (compilation errors in the Console window)
Reproducible on: Windows 10
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note:
There is no issue in the navigation system. The NavMeshAgent and everything else works correctly, as expected.
The NavMesh Surface in the "Plane (Clone)" object has holes around the blue squares because it is configured to include only the "Default" layer meshes. In order for the agent to move over the blue squares the NavMeshSurface has to include both the "Default" and "Water" layers when it builds a NavMesh.
Resolution Note (2023.2.X):
There is no issue in the navigation system. The NavMeshAgent and everything else works correctly, as expected.
The NavMesh Surface in the "Plane (Clone)" object has holes around the blue squares because it is configured to include only the "Default" layer meshes. In order for the agent to move over the blue squares the NavMeshSurface has to include both the "Default" and "Water" layers when it builds a NavMesh.