Search Issue Tracker
Not Reproducible
Votes
0
Found in
4.6.0b2
Issue ID
590894
Regression
No
Example code for NavMesh.CalculatePath is broken
1. Open documentation page via Help->Scripting Reference
2. Find docs for NavMesh.CalculatePath
Example code has the following problems:
1. It calls CalculatePath on a NavMesh instance, although CalculatePath is static
2. NavmeshPath is never allocated/initialized
3. It has a public reference to NavMesh, although it has no use in this context
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on std::__1::__tree_const_iterator when opening the Build Profiles window in a specific project
- Sub-State machine “breadcrumb trail” doesn’t fit in the window if there’s too many Sub-State machines
- Lighting artifacts in Scene when baking box lights
- [Ubuntu] Rendering Debugger's "Material Texture Slot" dropdown has an enormous empty space
- Empty space at the end of the Animator Parameters section when scrolling down
Add comment