Search Issue Tracker
Fixed in 13.0.0
Fixed in 12.0.0
Votes
1
Found in [Package]
12.0.0
Issue ID
1354463
Regression
Yes
[ShaderGraph] Instances of SubGraph Nodes are not updated correctly when SubGraph's properties are reordered
How to reproduce:
1. Open a new URP project
2. Create a new Shader Graph and Sub Graph
3. Create two properties in the Blackboard of the Sub Graph
4. Drag the Sub Graph into the created Shader Graph
5. Re-order the properties in the Sub Graph window
6. Observe the properties of the Sub Graph Node in the Shader Graph window
Expected result: Properties are re-ordered
Actual result: Properties are not re-ordered
Reproducible with: 12.0.0 (2021.2.0b1, 2021.2.0b5, 2022.1.0a4)
Not reproducible with: 7.6.0 (2019.4.29f1), 10.6.0 (2020.3.13f1), 11.0.0 (2021.1.17f1), 12.0.0 (2021.2.0a21)
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
- Foldout arrow indent is misaligned in the Inspector when used in Custom Type
- [Android] The Player screen turns black when playing a video under certain conditions
- Search window icons at the bottom are cut off when Search window is resized vertically
- "Try something else?" text label is cut off when searching for a long text in the Search window
- Rendering Debugger window sections do not have a minimum width set when resizing with the slider in the middle of the window
Resolution Note (fix version 13.0.0):
Fixed in 13.0.0 (2022.1.0a12)
ShaderGraph will ensure that the order of inputs on a subgraph node matches the order of the properties on the subgraph blackboard.
Resolution Note (fix version 12.0.0):
Fixed in 12.0.0 (2021.2.0b15)