Search Issue Tracker
Fixed in 2017.1.X
Votes
0
Found in
5.6.0b8
Issue ID
880788
Regression
Yes
The view in the Game window flickers when the window is resized because of OnPostRender function
Reproduction steps:
1. Open the attached project;
2. Open the scene "blackflicker";
3. Resize the Game window;
Actual result: the view in the Game window flickers (OnPostRender_actualResult.gif).
Expected result: the view in the Game window should not flicker (OnPostRender_expectedResult.gif).
Note: When the camera is selected and CTRL + SHIFT + F is pressed, the Game window becomes black. If you click on the black screen, the view shows up. The camera has a post FX filter that sets a rendertexture in OnPreRender and blits it in OnPostRender.
In the 5.6.0a1 - 5.6.0b4 versions when the project is opened, the Game window always is black.
Reproduced with: 5.6.0a1, 5.6.0b8
Not reproduced with: 5.4.4f1, 5.5.1p4
Regression introduced in 5.6.0a1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- GfxDevice::UpdateBufferRanges when running UIBuilder tests
- [Android][BiRP] Depth processing is handled incorrectly on certain Android devices when using 2 camera's
- [APV] Cancelling Display Dialog Error is thrown after Adaptive Probe Volumes tab is open in Lighting Window
- [APV] NullReferenceException is thrown when baking Adaptive Probe Volume for a Terrain with Non-GI Contributing Tree Prototypes and multiple APV objects with different LayerMasks are present on the scene
- Hands are not recognized when using Hololens 2
Add comment