Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.2.11f1
Issue ID
1104993
Regression
No
Camera Culling Mask with a Distortion Shader results in black artifacting on Windows
How to reproduce:
1. Open the attached project ("TestCumtomGrabPass.zip")
2. Open the "TestCustomGrabPass" scene and enter Play Mode
3. Observe the particle effect
Expected result: an orange slashing particle effect is played without any issues
Actual result: a black plain artifact is visible inside the particle effect
Reproduced in: 2019.1.0a11, 2018.3.0b12, 2018.2.18f1, 2018.1.9f2, 2017.4.16f1
Note: The particle effect works as expected on the Mac
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
- Mouse input is registered incorrectly in Custom RP when downscaling Render Target and rendering Overlay UI before final upscale
- Time.deltaTime is locked to the display's refresh rate when the built Player is moved to a Secondary Display and Windowed Mode is used
- Crash on RaiseException when importing a specific asset
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
Resolution Note:
Windows will clean the source render texture after the camera finish rendering, while Mac seems to be keeping it. So if we want to keep screen contents for another camera, we need to create our own RenderTexture and store them manually.