Releases: mob-sakai/ParticleEffectForUGUI
Releases · mob-sakai/ParticleEffectForUGUI
5.0.0-preview.16
Bug Fixes
- IL2CPP build fails on older versions of Unity (0da6525)
- NRE on enable (0cff50e), closes #359
v4.11.2
4.11.2 (2025-03-15)
Bug Fixes
- IL2CPP build fails on older versions of Unity (0da6525)
- NRE on enable (0cff50e), closes #359
5.0.0-preview.15
Bug Fixes
- component icons will no longer be displayed in the scene view (6dfbdae)
- editor crashed on exit play mode (editor, windows) (47ee45c), closes #351
Features
- add 'TimeScaleMultiplier' option (925af0b)
v4.11.1
4.11.1 (2025-02-21)
Bug Fixes
- component icons will no longer be displayed in the scene view (6dfbdae)
v4.11.0
4.11.0 (2025-02-21)
Features
- add 'TimeScaleMultiplier' option (925af0b)
v4.10.7
4.10.7 (2025-01-14)
Bug Fixes
- editor crashed on exit play mode (editor, windows) (47ee45c), closes #351
5.0.0-preview.14
Bug Fixes
- sub-emitter particles may not render correctly in certain scenarios (8276684), closes #348
- sub-emitter's
inherit velocity
module doubles at runtime (67de3d1), closes #349
5.0.0-preview.13
Features
- change the default value of
UIParticle.scale
from 10
to 1
(9955eef)
- UIParticle no longer inherits from MaskableGraphic (c09bfb8)
BREAKING CHANGES
- Some members inherited from MaskableGraphic will no longer be available.
v4.10.6
4.10.6 (2025-01-03)
Bug Fixes
- sub-emitter particles may not render correctly in certain scenarios (8276684), closes #348
- sub-emitter's
inherit velocity
module doubles at runtime (67de3d1), closes #349
v4.10.5
4.10.5 (2024-12-23)
Bug Fixes
- '3D' scale toggle in the inspector does not keep on reload (934f4b8), closes #346