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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
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.