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
- GPU utilization increases by 20% on Meta Quest headsets when Render Graph is enabled on 6000.0.16f1 and higher
- Value on Slider (Int) control in UI Builder displays as default when saving UI Document
- Color mismatch in UI Builders Library panel when the Editors theme is set to Light Mode
- [Android ] "AndroidJNI.ToBooleanArray" returns a random non-zero value instead of "IntPtr.Zero" when the method argument is null
- Non-HDR color picker opens when selecting material color with HDR enabled
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)