Search Issue Tracker
By Design
Votes
0
Found in
5.6.2p2
Issue ID
933304
Regression
No
Invalid AABB aabb in NavMesh.SamplePosition
To reproduce:
1. Open attached project;
2. Open "ImportScene";
3. Enter Play Mode;
4. Press the top region of the HTC Vive controller thumbpad.
Expected result: No errors are thrown in NavMesh.SamplePosition
Actual result: Errors "Invalid AABB aabb" and "Invalid AABB result" are thrown in the Console.
Note: if you comment out Debug.Log(Application.buildGUID) in the Assets > Scripts > Log Manager.cs:44 and Mesh.RecalculateTangents() in Assets > Scripts > ColorModder.cs:236, there will be no error thrown.
Reproduced on versions: 5.6.2p2, 5.6.3p3, 2017.1.1p2, 2017.2.0b11, 2017.3.0a7.
By design: the code works as expected. A bad value is passed from user code.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Some UXML Template Asset foldouts appear enabled when all fields inside are disabled
- URP Terrain Demo crash on burst_signal_handler after Generating lighting
- Project window button icons are poorly visible and their shades differ in Light theme
- GC.Alloc called by HDRenderPipeline.LensFlareMergeOcclusionDataDrivenPass() when playing the default HDRP Sample Template project
- Automatic LOD fails and SRP Batcher incompatibility occurs when using spline-based quad-topology meshes
Add comment