Search Issue Tracker
Won't Fix
Votes
0
Found in
5.4.1f1
Issue ID
865870
Regression
No
Invalid AABB errors are thrown when Mesh.RecalculateBounds() method is reached while in Edit Mode
Reproduction Steps:
1. Create new project
2. Download and import User's package ("Schilder_InvalidAABBa.unitypackage")
3. Open User's custom window "GameObject/Set Pivot"
4. Expand "Schilder" GameObject's children
5. Select any of the "Schilder" children
6. Notice that a lot of "Invalid AABB" errors are thrown
Expected behaviour: If something with code is wrong, clear and simple to understand error should be thrown.
Actual result: This project throws a lot of AABB errors that do not explain what and where the issue is.
Note: Bug occurs in SetPivot.cs UpdatePivot() method.
It looks like it happens when "mesh.RecalculateBounds()" line is reached.
Reproduced on versions: Unity 5.3.7p3, 5.4.4f1, 5.5.0p3, 5.6.0b3
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Linux] Top left corner of the screen is unresponsive when the Editor recompiles
- [Android] [Vulkan] Cubes stuck on the first few frames of rotation and application flickering when an Overlay Camera is added to the Camera Stack with MSAA enabled
- Profiling information icon does not update for Light Mode
- [Linux] Type to select functionality is missing for drop down menus
- TextMeshPro calculates Width Compression incorrectly when using certain values in the WD% field
Add comment