Search Issue Tracker
Fixed
Fixed in 2022.2.15f1, 2023.1.0a26
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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Add comment