Search Issue Tracker
By Design
Votes
0
Found in
5.4.0a5
Issue ID
752730
Regression
Yes
Baking NavMesh with 3d Colliders produces no visible results
Baking NavMesh with 3d Colliders produces no visible results
To reproduce:
1. Open attached project
2. Open 2DMesh.unity scene
3. Select Cylinder game object
4. Click Bake button on NavMeshSurface component
Expected result: A Visible nav mesh appears
Actual result: No nav mesh appears
Notes:
BackgroundSprite object has a 3D Collider which should be baked;
NavMesh Surface Component is set to FitToScene;
NavMesh Surface Component is set to Physics Collider geometry;
By design because: The component had Use Children Only enabled, which makes it so, that the component only looks for bakeable surfaces in it;'s children objects.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment