Releases: mob-sakai/ParticleEffectForUGUI
Releases · mob-sakai/ParticleEffectForUGUI
v4.7.1
4.7.1 (2024-06-20)
Bug Fixes
- despite not using the size module, particles become smaller based on their z position (a8ed6e6), closes #316
v4.7.0
4.7.0 (2024-06-19)
Bug Fixes
UIParticle.transform.localScale
does not scale particles (1d40e24), closes #313
- UIParticle is scaled by canvas size even when
AutoScalingMode.None
and ScalingMode.Local
(54a4b1c), closes #313
- UIParticle is scaled incorrectly with nested canvases (f26920f), closes #313
Features
- reset previous position on start play for world space simulation (3880484), closes #303
- restore
Transform.localScale
when setting autoScalingMode
to something other than Transform
(5505247)
v4.6.8
4.6.8 (2024-06-14)
Bug Fixes
- 'Resource ID out of range in GetResource' error in overlay rendering mode (05286ce), closes #308
v4.6.7
4.6.7 (2024-05-24)
Bug Fixes
- the ParticleSystem's localPosition drifts at certain scales due to floating-point precision issues (e924eb4), closes #299 #312
v5.0.0-preview.1
Features
- add project settings for UIParticle (b6e6185)
- change the default value of
UIParticle.scale
from 10
to 1
(1b3c0f9), closes #310
- UIParticle no longer inherits from MaskableGraphic (b6d921b)
BREAKING CHANGES
- Some members inherited from MaskableGraphic will no longer be available.
v4.6.6
4.6.6 (2024-05-23)
Bug Fixes
v4.6.5
4.6.5 (2024-05-23)
Bug Fixes
- update workflows (for preview and v4) (3eab097)
v4.6.4
4.6.4 (2024-05-22)
Bug Fixes
- assertion failed on expression: 'ps->array_size()' (1b5c359), closes #278
- lost Material.mainTexture when using AnimatableProperties (ea04352), closes #311
- remove unnecessary code (c37c014)
v4.6.3
4.6.3 (2024-04-04)
Bug Fixes
- if only Trail Material is used, it will not be displayed (2eff411), closes #294
- if the UIParticle parents do not have Canvas, an exception is thrown in OnEnable (e82c833), closes #300
- particle size too small due to auto scaling (2ec3748), closes #295
v4.6.2
4.6.2 (2024-02-01)
Bug Fixes