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
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- Module installation fails with "Download failed: Validation Failed" errors when using beta.2 Hub version
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Shader Graph Category dropdown cannot be expanded/collapsed when clicking on the text
- Different text alignment in the column header in Entities "System" window
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.