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
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- Module installation fails with "Download failed: Validation Failed" errors when using beta.2 Hub version
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Shader Graph Category dropdown cannot be expanded/collapsed when clicking on the text
- Different text alignment in the column header in Entities "System" window
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.