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
- UI Builder can't set a background image to a sprite from a multi-sprite spritesheet in the Resources folder
- Light2D freeform does not render the internal part when rendered in certain shapes
- Using AddCopyPass causes an incorrect merging of passes.
- Negative Enum value is not pasted correctly when copying from another array
- Silent Crash when generating Lightmap UVs for a model with a large object scale
Add comment