Search Issue Tracker
By Design
Votes
0
Found in
5.1.0f2
Issue ID
701613
Regression
No
[AABB] error is given when object scale is 0
Steps to reproduce:
1. Open attached "AnimationCurveTest.zip" project
2. Open "Scenes/scene1" scene
3. Select "effect_anger_005 > effect_anger_005 > spark 09" in Hierarchy
4. After pressing play, observe "spark 09" scale value.
5. Notice that when it becomes equal to 0, console is flooded by AABB errors. (Displayed in attached screenshot)
Note: Scale doesn't always become 0, but this is caused by script calculations. This problem also appears when "spark 09" is scaled to high value (for example: 1.701412e+38).
Comments (2)
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
- "Error Pause", Player logging, and the searchbar tools disappear when the Console window is below 420px width
- “'Object.FindObjectOfType<T>()' is obsolete: 'Object.FindObjectOfType has been deprecated” warning displays incorrect deprecated method replacement
- World Space UI element is invisible near the camera in Prefab Edit Mode when the Canvas has a non-default Z position
- URP 2D Sprite Lights are rendered in a blocky pattern on Nvidia 5000 series GPUs when using DX11
- Editor freezes and constantly repaints when the Open XR's Project Validation Player Settings are opened
karl_jones
Sep 17, 2015 12:45
This issue was caused by a user script performing a division by zero and assigning the returned value(infinite) to the particles positions.
PNordlund
Sep 13, 2015 12:02
It would be helpful if the error message would include the object name.