Search Issue Tracker
Fixed
Fixed in 6000.3.0a2
Votes
0
Found in
6000.2.0a10
6000.3.0a1
7000.0.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
- Editor crash on "PPtr<Shader>::operator Shader*() const" when checking in changes with a very long comment in Unity Version Control window
- [Ubuntu] Toolbar and menu items for Version Control lack spaces in text on Linux
- Unity Version Control window Pending Changes tab’s Item checkbox is unresponsive when clicked and the item list is empty
- Audio stuttering occurs when heavy processing is performed while OnAudioFilterRead is in use
- Inconsistent Node search results in VFX Graph
Resolution Note:
N/A
Resolution Note (fix version 6000.3.0a2):
tested succesfully