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
- Shader warnings are thrown after building High Definition 3D template
- "EndLayoutGroup: BeginLayoutGroup must be called first" error is thrown when changing Shader Precision Model from the Build Profiles window
- White artifacts/outlines are visible in the Garden Scene when viewing at meshes from a distance
- Shader warnings "Sprite-Unlit-Default" are thrown after building 2D Platrformer Microgame Template
- [Android] HLSL shader becomes corrupted when running on an Android device
Add comment