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
- Baked Lightmap ”View” button text is aligned incorrectly
- Lightmap Asset icon changes colours after Baked Lightmap Viewer window is opened
- VideoClipImporter preset not applied when applying Preset Selector on already imported video clips
- Frame Debugger gets disabled when any Editor window is maximised and minimised
- TextMeshPro InputField view is not updated when OnEndEdit is triggered
Add comment