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
- Font character thickness does not adjust properly in UI Toolkit text when changing Bold Weight in Font Asset
- Multiple "[...] is inaccessible due to its protection level" errors are thrown when opening project with Unity Version Control installed
- Font character thickness does not adjust properly in UI Toolkit text when changing Bold Weight in Font Asset
- Sorting icons are tiny and misaligned in Import Activity window
- The Undo system does not record HideFlags.HideInHierarchy changes
Resolution Note:
N/A
Resolution Note (fix version 6000.3.0a2):
tested succesfully