Search Issue Tracker
By Design
Votes
0
Found in [Package]
7.3.1
Issue ID
1353789
Regression
No
Soft particles rendering can break when an off-center projection matrix is used
How to reproduce:
1. Open the attached project from "SoftParticlesClipPlaneError.zip"
2. Enter Play Mode
3. Observe the smoke particles that are occluded by the floor plane
Expected result: Smoke particles are rendered up front
Actual result: Smoke particles are occluded by the floor geometry
Reproducible with: 7.3.1 - 12.0.0 (2018.4.36f1, 2019.4.29f1, 2020.3.15f2, 2021.1.16f1, 2021.2.0b6, 2022.1.0a4)
Notes:
-Disabling Soft Particles from the Output Particle Quad does fix the issue
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
Resolution Note:
When modifying the projectionMatrix manually, you need to also set the near and far clip plane so they match the matrix you provided. This has been added to the docs.