Search Issue Tracker
Fixed
Fixed in 6000.3.0a2
Votes
0
Found in
6000.2.0a10
6000.3.0a1
Issue ID
UUM-103873
Regression
No
[VFX Graph] Unexposed SG property default value are not fetch by VFX Graph
Steps to reproduce:
- import the provided package.
- drop the VFXG_BugRepro_NonExposedSGProperty.vfx asset in your scene.
- Open the VFX.
- Open the ShaderGraph (SG_ExposedPropertie asset)set in the output.
- Exposed and Unexposed the "toto" property.
Actual results: When not exposed, the color of particles which is driven by the toto property value is black. When toto property is exposed the Color is White.
!image-2025-04-24-14-10-24-436.png|width=519,height=193! *
!image-2025-04-24-14-11-02-402.png|width=520,height=216!
Expected results: The Color is driven by the shader with the Toto property value. Color should be white in both case (exposed/unexposed) as the default value of toto is 1.0.
Unexposed property default value doesn't seem to be fetch/used by VFX Graph.
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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Resolution Note:
N/A
Resolution Note (fix version 6000.3.0a2):
tested succesfully