Search Issue Tracker
Fixed in 5.5.0
Votes
0
Found in [Package]
5.2.3
Issue ID
1114544
Regression
Yes
[ShaderGraph] NullReferenceExceptions thrown on removing connected slot to other node in the subgraph.
NullReferenceExceptions thrown on removing connected slot to the other node in SubGraphoutputs window. Unable to create any action like create a new node or delete the existing node.
Steps to repro:
1. Create a new project.
2. Windows > Package Manager > Shader Graph > Install.
3. Right click on Project Window > Create > Shader.
4. Select Sub Graph > Double click on the newly created Sub Graph.
5. Add slots in SubGraphOutputs window.
6. Create Color node and connect to the Output 1 of SubGraphOutputs window.
7. Remove slot from SubGraphOutputs window
Actual Result:
NullReferenceExceptions in the console.
Expected result:
No errors in the console.
Reproducible in:
2019.1.0a13, 2019.1.0a10.
Working Fine in:
2019.1.0a9, 2018.3.0f2(49866f0a5d12)
Environment:
Windows & Mac.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment