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
- URP Player remains in Windows Background processes when the application is closed
- [Android] The built-in URP shaders Lit, Complex Lit and the Simple Lit are not rendered when built on Android devices with an Adreno 300 series GPUs
- "Radio Button" disappears when added under the "RadioButtonGroup" and the parent Visual Element is selected
- ScrollView Scrollbar is jittering when Movement Type "Elastic" is selected and a mouse with a freewheel is used
- [WebGL]"TypeError: Cannot read properties of undefined (reading 'length')" error is thrown when starting the Player when config.autoSyncPersistentDataPath is set to true
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)