Search Issue Tracker
By Design
Votes
0
Found in
2019.4
2020.3
2021.3
2022.1
2022.2
2022.2.0a13
Issue ID
1429694
Regression
No
"Expanding invalid MinMaxAABB" errors thrown in the Console window when inserting lange values in Transform component
Reproduction steps:
1. Open the attached Unity project "Project.zip"
2. Go to the Scene folder and open "SampleScene.unity" Scene
3. In the Hierarchy window select Cube GameObject
4. In the Inspector window Transform section click on the Scale X value
5. Change the value manually with the keyboard (for example: "55555555555555555555")
6. Observe the Console window and the Scene view
Expected result: Errors are thrown in the Console window, Cube GameObject disappears from the Scene view
Actual result: No errors are thrown in the Console window, Cube does not disappear from the Scene view
Reproducible with: 2019.4.39f1, 2020.3.35f1, 2021.3.3f1, 2022.1.2f1, 2022.2.0a15
Not reproducible with:
Reproducible on: macOS 12.3.1 (Apple M1 Max) Editor, Windows 10 (Intel(R) Core(TM) i9-10980XE CPU 3.00GHz) Editor
Notes:
- The issue is reproducing when changing Scale and Position values, no errors are thrown in the Console window when changing Rotation values
- When inserting large values in Position, the error is thrown: "Invalid worldAABB. Object is too large or too far away from the origin."
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
- ShaderGraph Material subasset loses texture reference when reimporting all assets while using a scripted importer
- Values changed on a prefab are not retained when entering Play Mode
- Shadow Caster 2D shadows partially disappear in specific spots when used with Composite Collider 2D in the Game view
- Adding an existing .uss file makes it dirty
- Hierarchy and Library parts in UI Builder are inaccessible when UI Builder window is resized and these elements no longer fit in the window
Resolution Note (2022.2.X):
The expected behaviour in cases where invalid input is entered to the transform inspector is to show an error explaining what is wrong.