Search Issue Tracker
By Design
Votes
1
Found in
6000.0.56f1
6000.2.4f1
6000.3.0b1
6000.4.0a1
Issue ID
UUM-119191
Regression
No
Branch node outputs a random value instead of a constant on the false conditon
Steps to reproduce:
- Open the attached package
- Open VFX and observe Update context setup of both systems
- [Optional]In the "Expected behavior" system, connect the Branch node, with values (0, 0, 0) on the false condition, to a Set Offset block
Actual results: Branch node's false condition outputs a random value
Expected results: Branch node's false value outputs a constant value
Reproducible with versions: 6.0, 6.2, 6.3, 6.4
Not reproducible with versions:
Can’t test with versions:
Tested on (OS): macOS
Notes:
- When disconnecting Angle.XYZ or Vector2 for Barycentric coords in Sample Mesh operator, issues becomes not reproducible
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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
Resolution Note:
The behavior of any random block in an output context relies on its non-constant randomness. If the particle seed is modified in the Update context, the output will vary on every frame.
If you encounter this situation, one possible workaround is to use a Random Operator and disable the Constant option for any calculation connected to the output context.