Search Issue Tracker
Fixed
Fixed in 6000.3.0b5, 6000.4.0a1
Votes
0
Found in
6000.3.0b1
Issue ID
UUM-115368
Regression
No
[VFX Graph] issue with Seed and VFXRAND in Custom HLSL
Steps to reproduce:
- import the provided package
- open the scene named Random.
- Notice the diffrences between system on the right and system on the Left.
One is using the Regular Block to create Random Postioon/Size/Color while the other is using CUstomHLSL.
Actual results: The Particles Size, Color and Position while random, seem to share the same seed. This creates some coherence between random values that isn't expected.
Expected results: The different Random values generated by the HSLS VFXRAND/VFXRAND2/VFXRAND3 etc shold have different seed like regular Block/operator.
Reproducible with versions: 6000.3.0b1
!image-2025-08-27-11-39-48-339.png!
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
- Console Warning -- KeyboardIconAtlas sprite Input Outline goes beyond the boundary of the Sprite rect.
- Reflection Probe “Probe Scene Editing Mode:” text is barely visible
- [HDRP] Game view doesn’t refresh after changing Camera Background Type until mouse moves over it
- Some Shaders appear twice in Material Shader selection menu
- Editor freezes with a StackOverflowException when certain asset types are assigned to a managed component in a SubScene via AddComponentObject
Resolution Note (fix version 6000.4.0a1):
Tested successfully