Search Issue Tracker
Duplicate
Votes
1
Found in
2018.3.0f1
2018.3.0f2
2019.1.0a1
2019.2.0a1
Issue ID
1115278
Regression
No
Scene rendering flickers when Camera is using an Image Effect with SAMPLE_TEXTURE2D written for Post Processing Stack
How to reproduce:
1. Open user attached project "PPS.zip"
2. Move the cursor within the bounds of the Game or Scene View
Expected result: There is no flickering in Game/Scene View
Actual result: There is flickering in Game/Scene View
Reproducible with - 2018.3.3f1, 2019.1.0a15, 2019.2.0a2
Notes:
1) This bug is not reproducible with AMD Radeon Pro WX 9100, but is reproducible with NVIDIA Geforce GTX 950
2) Not reproducible on 2017.4 because this version does not have these: PostProcessEffectSettings, PostProcessEffectRenderer, FloatParameter, PostProcessRenderContext
-
Resolution Note:
Workaround:
v2f vert (appdata v)
{
v2f o;
o.vertex = UnityObjectToClipPos(v.vertex);
o.color = _Color+0.0001f; //workaround
return o;
}
Comments (1)
-
Kronnect
Mar 20, 2019 08:14
This is a showstopper for any decent post-processing effect added to the stack. Should be marked high priority for 2019.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
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
- Errors and warnings are thrown after installing Visual Effect Graph Learning Samples
- Add Behaviour dropdown has a part in which the dropdown outline is cut out when the Add Behaviour dropdown is opened
This is a duplicate of issue #1124553