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
- Uninitialized variable warning appears in the Inspector of a custom shader when the variable is initialized
- "Failed creating toolbar element from ID..." error is thrown when resetting the Scene view Overlay layout while an Asset Transformer Toolbox overlay is active
- Entity ID for Font Assets is serialized twice which throws an error when using Debug Inspector
- Play Mode can be entered when disabling Adaptive Performance and pressing either the Play Mode button or the keyboard shortcut to enter Play Mode before recompilation leading to errors and warnings thrown
- Parent ListView element also becomes selected when inner ListView element is selected
Resolution Note:
N/A
Resolution Note (fix version 6000.3.0a2):
tested succesfully