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
- Baked Lightmap ”View” button text is aligned incorrectly
- Lightmap Asset icon changes colours after Baked Lightmap Viewer window is opened
- VideoClipImporter preset not applied when applying Preset Selector on already imported video clips
- Frame Debugger gets disabled when any Editor window is maximised and minimised
- TextMeshPro InputField view is not updated when OnEndEdit is triggered
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.