Search Issue Tracker
By Design
Votes
0
Found in
5.6.0f3
Issue ID
918159
Regression
No
CommandBuffer CameraEvent does not respect shader rendering queue
Steps to reproduce:
1. Download and open the attached project("CommandBufferBugProject.zip")
2. Enter Play mode
Expected result: sphere with an Overlay render queue should not be rendered in the render texture(quad)
Actual result: the sphere is still rendered
Reproduced with 5.4.5p1, 5.5.3p4, 5.6.1p3, 2017.1.0b8, 2017.2.0a3
Notes:
-The sphere's shader is set to render queue of 4000, and with CameraEvent set to BeforeImageEffects, it should not be rendered further
-The queue is ignored regardless of queue setting and corresponding camera event.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
- Graphics State Collection warm-up does not work when using with Addressables Shaders
- "Baked Shadow Radius" field is visible but inactive when when the Shadow Type is set to "Hard Shadows" under the Light Component
- Crash on OnDemandScheduler::HandleImportWorkerLogs when performing various Unity operations
Add comment