Search Issue Tracker
By Design
Votes
0
Found in [Package]
10.0.0-preview.26
Issue ID
1304150
Regression
Yes
[URP] Trails with URP/Particles Material become invisible when Enable Mesh GPU Instancing is checked in the Particle System
How to reproduce:
1. Open the user's attached "ParticleSystemTrail Bug.zip" project
2. Open the "SampleScene" Scene
3. Select the "Particle System" GameObject in the Hierarchy window
4. Enable the "Enable Mesh GPU Instancing" property in the Particle System's Renderer Module
5. Enter Play Mode
6. Observe the Game view
Expected result: Trails are visible in the Game view
Actual result: No Trails are visible in the Game view
Reproducible with: 10.0.0-preview.26 (2020.2.0b5), 10.2.2 (2020.2.2f1), 11.0.0 (2021.1.0b2, 2021.2.0a1)
Not reproducible with: 7.5.2 (2019.4.18f1), 8.3.1 (2020.1.17f1), 9.0.0-preview.72 (2020.2.0b5)
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:
We are unable to correctly handle using the same shader for both the main particles, and their trails, when using gpu mesh instancing. You'll need to use a different material for the trails.
To make this clearer, I'm adding an explanation in the Inspector when this happens.