Search Issue Tracker
Not Reproducible
Votes
0
Found in
6000.0.62f1
6000.2.13f1
6000.3.0f1
6000.4.0a5
6000.5.0a1
Issue ID
UUM-127506
Regression
No
Properties synchronize with each other when changing in the Shader Graph or Material Inspector
Reproduction steps:
1. Open the attached project "ReproProj"
2. Open the “/Assets/Materials/Cloud.mat” Material in Inspector
3. Change Secondary Color
Expected result: Each property instance is independent
Actual result: Each Secondary Color property synchronizes with each other
Reproducible with: 6000.0.62f1, 6000.2.13f1, 6000.3.0f1, 6000.4.0a5, 6000.5.0a1
Testing environment: Windows 10 Enterprise 21H2
Not reproducible on: No other environment tested
Note:
- In the Shader Graph “Assets/Shaders/Cloud.shadergraph”, see the many properties with the same name that are synced with each other (as they share properties of their original property)
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:
It looks like your shader graph asset is in an invalid state. I'm not sure how that would happen, possibly a bad merge- but somehow the many duplicate blackboard entries all refer to the same corresponding references. I can recreate this graph and the issue doesn't reproduce.
If you can provide reproduction steps as to how a shader graph asset ended up in this state, we could investigate a solution.