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
- Foldout arrow indent is misaligned in the Inspector when used in Custom Type
- [Android] The Player screen turns black when playing a video under certain conditions
- Search window icons at the bottom are cut off when Search window is resized vertically
- "Try something else?" text label is cut off when searching for a long text in the Search window
- Rendering Debugger window sections do not have a minimum width set when resizing with the slider in the middle of the window
Add comment