Search Issue Tracker
Fixed
Fixed in 6000.2.12f1, 6000.3.0b10, 6000.4.0a1
Votes
0
Found in
6000.3.0b1
Issue ID
UUM-116017
Regression
No
[VFX Graph] Warning Set Position Shape block using the Thickness mode
Steps to reproduce:
- Create a new VFX with the Simple Loop template.
- Open the created VFX
- in the Initialize context, select the Set Position Shape Block.
- Set it's mode to Thickness Absolute or relative.
- Compiled and/or save the VFX asset
Actual results: The console is displaying a warning :
{noformat}
Shader warning in '[VFXG_ShaderGraph] [Simple Loop] Initialize Particles': pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them at kernel CSMain at VFXG_ShaderGraph.vfx(131) (on d3d11){noformat}
Expected results: No warning should appears.
Reproducible with versions:
Not reproducible with versions:
Can’t test with versions:
Tested on (OS):
Notes:
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
- GameObjects change Hierarchy order when undoing adding Component to multiple GameObjects
- [macOS] Editor crashes after entering Play mode with overlapping GameObjects with Cloth Component and Cloth Inter-Collision enabled
- Look Dev constantly regenerates the default Volume Profile when set to "None" instead of using the default one
- Look Dev errors are spammed when opening a new HDRP project when Look Dev was added to the layout in the previous project
- URP Scene Templates are not editable when first opened from the New Scene dialog
Resolution Note (fix version 6000.4.0a1):
good