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
- "Initialization Mode" and "Update Mode" drop-downs are not localized in the Custom Render Texture asset
- Switching Graphics Default or DevLook Profile to “NightSkyRenderingSettings Profile” throws “KeyNotFoundException” error in the Console window
- Section separator renders in the wrong place in Search Journaling and Archetypes windows
- [D3D12][UWP] Additional persistent shadows are drawn in UWP builds when using D3D12
- Search Journaling window link to Journal Manager documentation isn’t working
Add comment