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
- Any small change in UI Builder Inspector refreshes Editor Inspector
- Inaccurate Box Collider boundaries on a rotated child Cube when the parent GameObject Scale is non-uniform
- [Android] "SHADOWS_SCREEN" set as shader Keyword when no "_ShadowMapTexture" is bound leads to freeze on a build on some Mali GPU devices
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
- Global Scenes are not included in the Build when building multiple Build Profiles at the same time
Add comment