Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
12.1.6
13.1.7
14.0.2
Issue ID
SGB-156
Regression
Yes
"ArgumentNullException: Value cannot be null" exception is being thrown when modyfying Shader Graph
To reproduce:
1. Open the project “SGRefactor”
2. Open the Assets → ShaderGraph → UntilGraph
3. Try to modify the Graph somehow
Expected result: Graph is modified and saved successfully
Actual result: Graph can not be modified, and the “ArgumentNullException: Value cannot be null.” exception is being thrown
Reproducible with: 12.0.0 (2021.2.0b1), 12.1.7 (2021.3.6f1), 13.1.8 (2022.1.9f1), 14.0.3 (2022.2.0a18), 15.0.0 (2023.1.0a2)
Not reproducible with: 10.9.0 (2020.3.37f1), 12.0.0 (2021.2.0a15)
Could not test with: 2021.2.0a16, 2021.2.0a21 (KeyNotFoundException)
Reproduced on: macOS Monterey 12.4 (Intel)
Note:
- If you try to move a node, it gets stuck at the mouse and if you try to put it down, the same error is thrown.
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
- The tag adder functionality does not work if a space is entered instead of a name
- Errors thrown in the Console when configuring In-App Purchases package
- Longer Scaler Profile names go out of the"Scaler Profilers" section
- AI Navigation window UI elements overlap when the AI Navigation window is docked and resized
- Editor freezes after some time when using NavMeshQuery::Raycast
Resolution Note:
Unable to reproduce the issue as described.
It looks like the Shadergraph fails to import which means the saved shadergraph in the project is in a bad state with bad data. We would need repro steps describing how the user got into this bad state in order to address the issue.