Search Issue Tracker
By Design
Votes
0
Found in [Package]
9.0.0-preview.35
Issue ID
1267234
Regression
No
[URP 2D Renderer] ParticleSystem Color settings doesn't work with Particles-Lit and Particles-Simple Lit shaders
How to reproduce:
1. Open attached project "ParticlesLitBug.zip" and scene "SampleScene"
2. In Hierarchy window, select Particle System
3. In Inspector window, observe 'Color over Lifetime' and 'Renderer' tabs
4. Observe Scene or Game view
Expected result: the color of the particles change
Actual result: the particle color stays red
Reproducible with: 2019.4.6f1 (7.3.1), 2020.1.1f1 (8.2.0), 2020.2.0a20 (9.0.0-preview.35)
Could not test with: 2018.4.26f1 (2D Renderer was not yet implemented)
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
- UI Toolkit 'background-size' property is not fully animatable
- Moving the Scrollbar via clicking no longer works after the first-click when page size is too small
- Elements in UI Builder Viewport are displayed incorrectly when Editor UI Scaling is set to 125%
- Prefab referencing a script is not shown in the Search window's Project tab when using "Find References In Project"
- Scroll view sensitivity remains unchanged when modifying the "--unity-metrics-single_line-height" value
Resolution Note:
The URP particle shaders are not supported by the 2D renderer, and they fallback to a simple unlit shader if you try to use them with the 2D Renderer. The recommended solution is to use the Sprite-Lit-Default shader on the particle systems instead.