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
- ListView element is rendered in solid black after docking if UI Builder window was already opened prior to project launch
- [WebGPU] error with compute shader and read-only RWTexture
- Capacity-size memory is copied instead of Length-size when using UnsafeUtility.memCpy()
- Console displays "SerializedObjectNotCreatableException: Object at index 0 is null" error during Unity theme change while "Tile Palette" window is opened
- Details are not shown when Error Message is still selected after changing Log Entry Count in the Console
Add comment