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
- Unity Cloud icon does not appear next to project and does not connect correctly when the project is created with Cloud but closed right after creation
- ScrollerSlider in the Scroller Control is still using UXMLTraits
- Crash on ExtractHandles when shutting down the Editor in a specific scene while Burst jobs are in progress
- Unity Hub closes with no "Project is currently open" window when selecting an already open project from the Projects list
- The Hub freezes indefinitely when copy/pasting a lot of characters in the “Set project display name” Hub window since it has no character limit
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.