Search Issue Tracker
Active
Under Consideration for 1.1.X
Fixed in 2.0.4
Votes
0
Found in [Package]
1.1.3
2.0.0
Issue ID
NAVB-39
Regression
No
Building NavMesh with NavMeshSurface does not bake areas into NavMeshTriangulation when BuildNavMesh() is called in Awake()
Reproduction steps:
1. Open the attached project “NavMeshAwake”
2. Open Scene “Assets/Scenes/Game.unity”
3. Open Script “Assets/Scripts/MultiNavMeshVisualizer.cs” and uncomment all commented lines
4. Enter the Play Mode
5. In the Hierarchy window, expand the “NavMesh Visualizers” GameObject
6. Select the “NavMesh Visualization” GameObject
7. In the Inspector, observe the number of materials attached to the selected GameObject
Expected result: GameObject contains 3 different materials
Actual result: GameObject has less than 3 materials
Reproducible with: 1.0.0-exp.4 (2021.3.27f1), 1.1.3 (2022.3.1f1, 2023.1.0b19, 2023.2.0a18), 2.0.0-pre.3 (2023.2.0a18)
Reproducible on: Windows 10
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Shader transparency, discard, and clip are not working when using the Player
- Error is thrown when clicking on warning in the console
- Long IL2CPP build time when project has a .ufbx library wrapper
- Cursor doesn't change to the resizing when using the Rect Tool and the Sprite is too close to the bottom of the Scene View
- InvalidOperationException exception is thrown when Editor Default Text Rendering Mode is set to "Bitmap" and Editor Font is set to "System Font" and an array is expanded in the Inspector Window
Add comment