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
- [iOS] Back Triple Camera is not focusing manually and automatically
- Mouse inputs cannot be inputted when searching the Shortcuts Menu by type "Shortcut"
- "Debug Assertion Failed!" error when launching Windows Dedicated Server Player with Script Debugging enabled
- [Cinematic Studio][3D HDRP] Shader warnings thrown in the Console window when creating a new project with Cinematic Studio template
- Autoplay is triggered on Audio Assets when changing Asset Bundle tags
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.