Search Issue Tracker
Not Reproducible
Votes
17
Found in
5.3.5f1
Issue ID
814334
Regression
No
Flipped camera target inconsistencies with CommandBuffer in Forward rendering
How to reproduce:
1. Open the attached project and "Test" scene in it.
2. Play the scene and select the "Main Camera" in project hierarchy.
3. Under TestImageEffect script component try switching between the 3 Test Cases and notice they are all fine.
4. Check MSAA2x checkbox on TestImageEffect component, switch again between 3 Test Cases and observe the issue.
5. Try to tick "Show Depth" checkbox and notice for Case 2 and 3 that Depth texture is fine in all cases, unlike the screen texture.
6. Try to set the camera rendering path to deferred, and notice screen/depth textures are fine in all cases.
Actual behavior: While MSAA2x is checked Case 1 flips the screen, Case 2 receives an empty _MainTex and Case 3 is flipped too.
Reproducible: 5.3.1f1, 5.3.3p3, 5.3.6f1, 5.4.0f1, 5.5.0a3
Comments (1)
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
- [Quest] Pitch Shifter causes audio degradation on Quest 2 devices when sped up
- "GUI Error: Invalid GUILayout" and "NullReferenceException" are thrown when adding Scenes to "Scenes in Baking Set" in Adaptive Probe Volumes
- Inspector window not updating when switching GameObjects in Play Mode while having a VR headset connected
- "UnityException: GetName can only be called from the main thread." erors are thrown when the Shortcuts window is opened and entering Play Mode with a shortcut
- [Android] Light2D visuals stacking over frames when using RenderGraph
jimmikaelkael
Jul 20, 2016 15:58
Just one thing I need to add to be clear: please try to disable the DummyPostEffect component without altering anything else and you will notice the same problems as with MSAA
, so it's not just a matter of getting MSAA enabled.
It seems that getting a "OnRenderImage" implementation in one of the Post FX attached to the camera helps when MSAA is disabled, but this isn't reliable as it costs a blit when it could be avoided.