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
- Automatic LOD fails and SRP Batcher incompatibility occurs when using spline-based quad-topology meshes
- Editor crashes on D3D12GetInterface when repeatedly enabling and disabling 256 text components
- Flickering bright white dots in the Scene when the Android Platform is selected and DX11 Graphics API is used with Iris(R) Xe Graphics GPU
- Inconsistent capitalization and misaligned text in multiple query blocks in Search window
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
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.