Search Issue Tracker
By Design
Votes
0
Found in
2019.4
2019.4.19f1
2020.2
2021.1
2021.2
Issue ID
1307983
Regression
No
Reflective Shaders flicker when using Custom SRP Loop
Reproduction steps:
1. Open attached Project
2. Open "Assets\Scenes\ReflectionsTest" Scene
3. Press Play
Expected Result: The colored pillars are lit uniformly
Actual Result: The colored pillars flicker
Reproducible with: 7.5.2 (2019.4.19f1), 8.3.1 (2020.1.17f1), 10.2.2 (2020.2.3f1), 11.0.0 (2021.1.0b4, 2021.2.0a3)
Could not test with: 2018.4 (Compiler errors)
Notes: SRP Batcher does not affect the Flickering
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
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- Module installation fails with "Download failed: Validation Failed" errors when using beta.2 Hub version
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Shader Graph Category dropdown cannot be expanded/collapsed when clicking on the text
- Different text alignment in the column header in Entities "System" window
Resolution Note (2021.2.X):
The custom SRP in the project is togging shader keyword ON & OFF in different frames, this caused the flickering.