Search Issue Tracker
Fixed in 5.4.0
Votes
0
Found in
Issue ID
805213
Regression
No
[VR | SinglePassStereo] Standard Assets Image effects using Blit() + single-pass = double the rendering
The following Image Effects from the Standard Asset Image Effects that use Blit() to compose there effects cause a doubling up of the eye images when used in single pass rendering mode in VR.
Antialiasing.cs
Bloom.cs
BloomOptimized.cs
ColorCorrectionCurves.cs
ColorCorrectionLookup.cs
ColorCorrectionRamp.cs
ContrastEnhance.cs
ContrastStretch.cs
EdgeDetection.cs
Fisheye.cs
Grayscale.cs
MotionBlur.cs
NoiseAndScratches.cs
ScreenOverlay.cs
SepiaTone.cs
SunShafts.cs
TiltShift.cs
Twirl.cs
VignetteAndChromaticAberration.cs
Vortex.cs
See http://issuetracker.unity3d.com/issues/vr-single-pass-stereo-image-effects-plus-single-pass-equals-double-the-rendering (the parent case of this bug) for a reproduction project for this issue.
Comments (3)
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- 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
TooManySugar
Aug 09, 2017 02:45
lazy ass devs at unity deprecated a 30 filter package and whant us to use a 10 filter post processing stack instead...
HeadTrip
Aug 04, 2016 05:48
I'm seeing this as well in 5.4 release, trying to use standard bloom. I get the doubling in SteamVR...
Thanks
l7thDimension
Aug 03, 2016 03:36
is this really fixed? I'm experiencing this issue still.