Search Issue Tracker
By Design
Votes
0
Found in
2017.4.16f1
2018.2.0a1
Issue ID
1107092
Regression
Yes
Particle systems do not render shader that uses Tangent.w value when render mode is set to Billboard
To reproduce:
1. Open attached project;
2. Press play
3. Notice that the left particle system is white
Actual result: The Particle system that uses Billboard render mode renders white color
Expected result: The Particle system that uses Billboard render mode should render shaders color (black)
Reproduced in: 2018.2.0a1; 2018.2.20f1; 2018.3.7f1; 2019.1.0b5; 2019.2.0a6
Not reproduced in 2017.4.22f1
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note:
This particle system does not have the Tangent stream enabled, and will send undefined data to the shader.
To fix the particle system, enable Custom Vertex Streams in the Renderer module, and add the Tangent stream to the list.