Search Issue Tracker
Won't Fix
Votes
0
Found in
6000.3.0b6
6000.4.0a2
Issue ID
UUM-122541
Regression
Yes
Exposed Properties values in Material do not update when changing values in the Shader Graph
Reproduction steps:
1. Open the attached “BugRepro” project
2. Open the “Assets/Graphics/Materials/JetStream.shadergraph“ Shader Graph
3. Select the Emmision property in the Blackboard panel of the Shader Graph
4. Change its Default value to 3, Min value to 0, and Max value to 5
5. Save the Shader Graph (Ctrl+S)
6. Select the “Assets/Graphics/Materials/JetStream.mat” material
7. Observe the material Exposed Properties in the Inspector window
Expected result: Default, Min, and Max values are updated
Actual result: Default, Min, and Max values do not update and still show the previous values
Reproducible with: 6000.3.0a5, 6000.3.0b6, 6000.4.0a2
Not reproducible with: 6000.3.0a4, 6000.0.60f1, 6000.2.8f1
Reproducible on: Windows 11
Not reproducible on: No other environment tested
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
- Terms of Service agreement checkbox is invisible under specific OS system themes (UI Accessibility)
- Tile Palette: "Create New Tilemap" dropdown area is displayed in several colors
- Input.mousePosition stops syncing to touch input when using "DownloadHandlerTexture" in WebGL build
- UI Builder canvas doesn't update element styling accordingly when changing Active Theme for some Editor Authoring elements
- Selector Value buttons are not aligned with parameters in UI Builder
Resolution Note:
Materials default initialize their property data based upon the default values in the shader. If the shader changes, those default values are not expected to propagate to the Materials that use them.
Shader Graph does import a read-only material that keeps these default values up to date. While we don't necessarily recommend using this material for production, it can be used to setup material variants or for a more interactive debugging experience within a live scene.