Search Issue Tracker
Won't Fix
Votes
1
Found in
2017.4.0f1
2018.1.0a1
2018.3.0b9
2019.1.0a1
2019.2.0a1
Issue ID
1100769
Regression
No
NavMesh.SamplePosition() produces a NavMeshHit with normals always equal to Vector3.zero
Steps to reproduce:
1. Download and open the attached project
2. Enter Playmode
Expected results: normals logged in console are real numbers
Actual results: normals are reported as (0,0,0)
Reproduced on 2017.4.0f1, 2017.4.19f1, 2018.3.3f1, 2019.1.0a14, 2019.2.0a2
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Warning of an unknown Script missing is logged when selecting VFX in Play Mode
- Vertical and horizontal scrollbars appear and disappear when dragging an attribute to a different position within the Shader Graph Hierarchy
- AudioSource.PlayDelayed() does not work with Audio Random Containers
- Compatible with the VFX Graph Shader Graph can't be dragged and dropped into the "Output" block from the Project window
- [Silicon] Freeze/crash on BrotliDecoderDecompressStream when using System.IO.Compression.BrotliDecoder.TryDecompress
Resolution Note:
SamplePosition() does not calculate the normal at the resulting point and thus it will always return for it the value of (0,0,0).
This information will be added to the method's documentation.