Search Issue Tracker
Fixed in 2022.2.X
Votes
0
Found in
2020.3
2021.2
2022.1
Issue ID
1383155
Regression
No
"Trying to access shader snippet -1" is thrown when accessing Pass.SourceCode for a GrabPass pass type
How to reproduce:
1. Open the attached "ShaderAPI" project
2. Select the "Assets -> Internal -> New Shader Analyzer" Asset
3. Right-Click on the Asset icon in the Inspector
4. Select Compile
5. Observe the Console log
Expected result: The Shader variants compiled successfully without any errors
Actual result: The Shader variants fail to compile. "Trying to access shader snippet -1, but it was not found." error is thrown
Reproducible with: 2020.3.24f1, 2021.2.5f1, 2022.1.0b1
Couldn't test with: 2019.4.33f1 (some ShaderUtil and ShaderData.Pass definitions are not present)
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
- "Cameras" tooltip is too far from the window
- Crash on D3D12CommonShader::ApplyGpuProgram when attaching material which samples "_UnityFBInput0" to "Full Screen Pass Renderer Feature" Component
- SpeedTree meshes and objects count differs when comparing the numbers in the Player with the Editor
- "State comes from an incompatible keyword space" errors when building Entity catalogs
- Model and Prefab Preview icons are not updated after upgrading associated Materials to URP
Resolution Note (fix version 2022.2):
Fixed in 2022.2.0a5
Accessing the source code for a GrabPass type pass should now return an empty string. In addition, IsGrabPass was added so you can query this state yourself.