Search Issue Tracker
Fixed in 10.1.0
Votes
0
Found in [Package]
10.1.0
Issue ID
1291952
Regression
No
InvalidOperationException errors are thrown after reconnecting the Out(1) and Alpha(1) ports in the Blank Shader Graph
How to reproduce:
1. Open the attached '1291952.zip' project
2. In the Project window double-click on the 'Blank' Shader Graph
3. In the Shader Graph window reconnect the edge between the Out(1) port of the Float node and the Alpha(1) port of the Alpha node
Expected result: The edge connects to the Alpha node, no visible errors present
Actual result: The Alpha node gets deleted, multiple errors appear in the Console
Reproducible with: Shader Graph 9.0.0-preview.14 (2020.1.14f1, 2021.1.0a6),10.1.0 (2020.2.0b11, 2021.1.0a6)
Cannot test with: Shader Graph 8.2.0 (the Blank Shader Graph is not introduced), 9.0.0-preview.14 (2018.4.29f1, 2019.4.15f1, 2020.2.0b11), 10.1.0 (2018.4.29f1, 2019.4.15f1, 2020.1.14f1) (the Shader Graph package versions are not supported)
Notes:
- The following errors are thrown in the Console:
InvalidOperationException: Cannot remove a node that doesn't exist.
InvalidOperationException: Sequence contains no matching element
InvalidOperationException: Sequence contains no matching element
- After reproducing the issue other nodes can not be created or deleted. The Graph begins to shift in the Shader Graph window
- After trying to add a new node 'ArgumentNullException: Value cannot be null' appears in the Console
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Different text alignment in the column header in Entities "System" window
- Objects with Universal Render Pipeline/Particles/Lit shader are always lit up when changing their Rendering Layer Mask
- PolySpatial “Trying to set shader on a Material Variant.” error is printed in the console when entering Play Mode
- Error “Shader error in 'YSCloudCover': call to 'tex3D' is ambiguous at Assets/YSCloudCoverText.shader(606) (on d3d11)“ is present when compiling tex3D shader with DXC
- Placeholder asset is not loaded with Advertisement Legacy sample when using the latest version of the package
Add comment