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
- [WebGL][Android] Corrupt header when connecting via IP
- Editor and Android Player hangs/freezes when repeatedly Loading/Unloading AssetBundle in Vulkan
- Selecting a Material for HDRP Decal Projector in the Inspector window spams errors in the Console
- Expanded Asset Preview Box moves/hides when creating new Asset in Project window
- Player crashes on Meta Quest with "/apex/com.android/runtime/lib64/bionic/libc.so" when using OpenXR Plugin in a specific project
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.