Search Issue Tracker
Active
Fixed in 2023.1.0a26
Under Consideration for 2022.2.X
Votes
0
Found in
2022.2.0b13
2023.1.0a1
Issue ID
UUM-564
Regression
No
[VFX Graph] Errors are thrown to the Console when shape nodes contain parameters with large numbers
How to reproduce:
1. Create a new VFX graph or open the existing one
2. Create 'Cone' node
3. Switch node to World Space
4. Enter '1e+20' to 'Radius 0' input field (or any other high value)
Actual result: Errors are thrown to the Console
Expected result: No errors are thrown to the Console, or informative errors that makes users aware of limitations are thrown to the Console
Reproducible with: 2021.2.0a18 master
Note: reproducible with other shapes too, for example: AABox, Circle, Sphere, etc.
Error messages:
Assertion failed on expression: 'CompareApproximately(det, 1.0F, .005f)'
Assertion failed on expression: 'fRoot >= Vector3f::epsilon'
Quaternion To Matrix conversion failed because input Quaternion is invalid \{-nan(ind), -nan(ind), -nan(ind), -nan(ind)} l=-nan(ind)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- The wrong documentation page is opened when clicking the Help icon in the Lighting window
- IPreprocessBuild.OnPreprocessBuild isn't called when building a project
- Crash on core::StringStorageDefault<char>::assign when opening the project
- Background tint doesn't work for sprites when using transitions
- [UI Toolkit] Dimensions of a parent element do not include padding when used in anchors of an absolute positioned children element
Add comment