Closed MaxMaletin closed 10 months ago
Thank you for your reporting!
Could you please attach a minimal project (included Assets
, Packages
and ProjectSettings
directories) that reproduces the issue?
The issue can be resolved through two solutions:
By the way, I noticed that unintended scaling occurs when AutoScalingMode=UIParticle
and ScalingMode=Local
.
It's a bug. 😇
Reproduced with version 4.5.2 in unity 2021.3.11f1 and with version 4.6.0-preview.1 in unity 2021.3.34f1.
Steps:
Expected behaviour: Particles constantly change their size during their lifetime according to the curve. Their size is not limited.
Observed behaviour: Size of particles increases over time until maximum is reached, then they stay at maximum size until the curve multiplied by initial size dips below camera's orthographic size halved.