Skip to content

Commit 9d56c94

Browse files
chore(release): 4.11.3 [skip ci]
## [4.11.3](v4.11.2...v4.11.3) (2025-10-14) ### Bug Fixes * fix icon ([a9461ec](a9461ec)) * fix URL link in README ([1c8c65d](1c8c65d)), closes [#376](#376) * fix: second and subsequent bursts not displayed when world simulation and non-looping ([df2f3ca](df2f3ca)), closes [#326](#326) * UIParticle in canvas with 0f-0.01f alpha value does not start to play until alpha value is greater than 0.01f, causes play calls to be delayed unintentionally if canvas alpha value is set to mentioned value range ([38aec2e](38aec2e))
1 parent fe179c0 commit 9d56c94

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Packages/src/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [4.11.3](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v4.11.2...v4.11.3) (2025-10-14)
2+
3+
4+
### Bug Fixes
5+
6+
* fix icon ([a9461ec](https://github.com/mob-sakai/ParticleEffectForUGUI/commit/a9461ecb4d40d7fe878e12465d6e38faae7ae65b))
7+
* fix URL link in README ([1c8c65d](https://github.com/mob-sakai/ParticleEffectForUGUI/commit/1c8c65d25e7f6fe7b1d20da4461333df8fc7578e)), closes [#376](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/376)
8+
* fix: second and subsequent bursts not displayed when world simulation and non-looping ([df2f3ca](https://github.com/mob-sakai/ParticleEffectForUGUI/commit/df2f3caafbe279f1457d74f8183cb561ac14aa17)), closes [#326](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/326)
9+
* UIParticle in canvas with 0f-0.01f alpha value does not start to play until alpha value is greater than 0.01f, causes play calls to be delayed unintentionally if canvas alpha value is set to mentioned value range ([38aec2e](https://github.com/mob-sakai/ParticleEffectForUGUI/commit/38aec2ea1afd77677d629c86665a3342d92e49d9))
10+
111
## [4.11.2](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v4.11.1...v4.11.2) (2025-03-15)
212

313

Packages/src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "com.coffee.ui-particle",
33
"displayName": "UI Particle",
44
"description": "This package provides a component to render particle effects for uGUI.\nThe particle rendering is maskable and sortable, without the need for an extra Camera, RenderTexture, or Canvas.",
5-
"version": "4.11.2",
5+
"version": "4.11.3",
66
"unity": "2018.2",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)