Search Issue Tracker
Fixed
Fixed in 6000.3.13f1, 6000.4.2f1, 6000.5.0b3, 6000.6.0a3
Votes
0
Found in
6000.0.70f1
6000.3.11f1
6000.4.0b12
6000.5.0a8
6000.6.0a1
Issue ID
UUM-136447
Regression
No
“Invalid AABB aabb” errors are spammed when “Infinity” value is entered in Collider Component fields
Reproduction steps:
1. Create a new project
2. Create any 3D GameObject (e.g. GameObject > 3D Object > Cube)
3. Select newly created GameObject
4. Enter “Infinity” value into any of the Collider Component fields
Actual result: “Invalid AABB aabb” error is thrown and “Infinity” value remains in the field
Expected result: No errors or warnings are thrown and “Infinity” value is removed
Reproducible with: 6000.0.70f1, 6000.3.11f1, 6000.4.0b12, 6000.5.0a8
Reproduced on: Ubuntu 24.04, macOS Sequoia 26.2 (M4)
Note:
Full error:
{code:java}
Invalid AABB aabb
UnityEngine.StackTraceUtility:ExtractStackTrace ()
UnityEditorInternal.InternalEditorUtility:CalculateSelectionBounds (bool,bool,bool)
UnityEditorInternal.InternalEditorUtility:CalculateSelectionBounds (bool,bool) (at /Users/bokken/build/output/unity/unity/Editor/Mono/InternalEditorUtility.bindings.cs:716)
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&) {code}
Additional error is thrown in Box Collider:
{code:java}
boxCollider.pos assign attempt for 'Cube' is not valid. Input pos is { Infinity, 0.000000, 0.000000 }.
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&) {code}
Additional error is thrown in Sphere Collider:
{code:java}
sphereCollider.center assign attempt for 'GameObject' is not valid. Input center is { 0.000000, Infinity, 0.000000 }.
UnityEditor.EditorApplication:Internal_CallGlobalEventHandler (){code}
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
- "Report is from another project" popup warning is shown on domain reload when Project Auditor was previously ran in a different project
- Addressables Analyzer flags duplicate resource references from ScriptableObjects incorrectly when the corresponding field has been removed
- "IndexOutOfRangeException" and "NullReferenceException" are thrown and Element disappears from UI Builder when undoing rename of element in "Open Instance in Context" menu
- Select Scriptable Object window freezes and becomes unresponsive when currently opened UXML Template is selected for binding's Data Source
- [Linux] “ReleaseButton expects buttonId >= 0” error is thrown when importing Assets via drag and drop
Resolution Note:
Fixed in 6000.6.0a3
Resolution Note (fix version 6000.6.0a3):
Fixed in 6000.6.0a3
Resolution Note (fix version 6000.5.0b3):
Fixed in 6000.5.0b3
Resolution Note (fix version 6000.4.2f1):
Fixed in 6000.4.2f1
Resolution Note (fix version 6000.3.13f1):
Fixed in 6000.3.13f1