Search Issue Tracker
Fixed in 5.5.2
Votes
0
Found in
5.5.0p1
Issue ID
861409
Regression
Yes
Particles length is scaled twice when using Render Mode "Stretched billboard" Speed Scale
Reproduction steps:
1. Open project attached (Test.zip)
2. Open scene "TestScene2"
3. Press play.
Expected result: Objects and their particles will be scaled evenly.
Actual result: Particle length scaled twice.
This issue is related to https://fogbugz.unity3d.com/f/cases/804772/ changes made in 5.5.0b2.
Reproduced on: 5.5.0p2, 5.6.0b1.
Worked fine in: 5.4.3p4, 5.3.7p2.
Regression found in: 5.5.0b2.
Note: consider, that a speed scale and a length scale are coefficients, and shouldn’t be scaled. They affect resulting size of a stretched billboard on different scales proportionally.
In order to achieve appropriate scaling of whole particle system, only physical values (speed, size etc.) should be scaled. Now, since we increase both speed scale and speed itself, it is not possible to scale objects properly, without adjusting speed scale values.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Size value in Particle System Curve's tab is highlighted with selection across all tab header
- Particle System Curve's Presets window has no visual indication of what preset is selected
- Blur shader doesn't work when the "Scene Color" Node is attached to the UI "Output" Node
- Particle System Curve presets can't be scrolled and some of them can't be selected if window is too narrow to fit them all
- Mistakes in multiple Particle System Components pop-up
Add comment