mob-sakai
dc16e6458e
feat!: optimize camera settings in overlay render mode
...
BREAKING CHANGE: the default value of `UIParticleProjectSettings.defaultViewSizeForBaking` has been changed from `10` to `1000`. In some cases, the appearance of certain effects may change.
2026-06-28 20:01:12 +09:00
semantic-release-bot
34453a0163
chore(release): 5.0.0-preview.18 [skip ci]
...
# [5.0.0-preview.18](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/5.0.0-preview.17...5.0.0-preview.18 ) (2026-06-26)
### Bug Fixes
* `ParticleSystemPreviewer` is no longer included in build ([bad976c ](bad976cf01 ))
* `UI/Additive` shader does not support RectMask2D softness. ([83145d3 ](83145d3a6e ))
* add support for Unity 6.7 ([26fd3da ](26fd3da20b )), closes [#408 ](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/408 )
* rename `UIParticleProjectSettings.enableLinearToGamma` to `autoColorCorrection` ([10f82a8 ](10f82a8579 ))
* Support for skipping "reload domain" ([b7bb112 ](b7bb1124f6 )), closes [#406 ](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/406 )
* there is a compilation error in Unity 2019.2 or earlier ([c327632 ](c327632e1e )), closes [#407 ](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/407 )
### Features
* add fields located outside the `Properties` block in the shader as `Animatable Properties` ([ea2fcfd ](ea2fcfd809 )), closes [#399 ](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/399 )
* preview the ParticleSystem playback when selecting a UIParticle in the Editor ([108bcfb ](108bcfbd24 ))
* project-wide default view size for baking ([8e0ff10 ](8e0ff10c73 )), closes [#360 ](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/360 )
5.0.0-preview.18
2026-06-26 03:05:47 +00:00
mob-sakai
6b54e7cce8
Merge remote-tracking branch 'origin/develop' into develop-preview
...
# Conflicts:
# Packages/src/CHANGELOG.md
# Packages/src/README.md
# Packages/src/package.json
2026-06-26 12:05:08 +09:00
semantic-release-bot
5393947b3b
chore(release): 4.13.1 [skip ci]
...
## [4.13.1](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v4.13.0...v4.13.1 ) (2026-06-26)
### Bug Fixes
* `ParticleSystemPreviewer` is no longer included in build ([bad976c ](bad976cf01 ))
* add support for Unity 6.7 ([26fd3da ](26fd3da20b )), closes [#408 ](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/408 )
v4.13.1
2026-06-26 02:57:47 +00:00
mob-sakai
bad976cf01
fix: ParticleSystemPreviewer is no longer included in build
2026-06-26 11:55:28 +09:00
mob-sakai
26fd3da20b
fix: add support for Unity 6.7
...
close #408
2026-06-26 11:51:43 +09:00
mob-sakai
6dae890b3b
Merge branch 'develop' into develop-preview
2026-06-25 20:19:12 +09:00
semantic-release-bot
9eb094bb43
chore(release): 4.13.0 [skip ci]
...
# [4.13.0](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v4.12.2...v4.13.0 ) (2026-06-25)
### Bug Fixes
* `UI/Additive` shader does not support RectMask2D softness. ([83145d3 ](83145d3a6e ))
* rename `UIParticleProjectSettings.enableLinearToGamma` to `autoColorCorrection` ([10f82a8 ](10f82a8579 ))
* Support for skipping "reload domain" ([b7bb112 ](b7bb1124f6 )), closes [#406 ](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/406 )
* there is a compilation error in Unity 2019.2 or earlier ([c327632 ](c327632e1e )), closes [#407 ](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/407 )
### Features
* add fields located outside the `Properties` block in the shader as `Animatable Properties` ([ea2fcfd ](ea2fcfd809 )), closes [#399 ](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/399 )
* preview the ParticleSystem playback when selecting a UIParticle in the Editor ([108bcfb ](108bcfbd24 ))
* project-wide default view size for baking ([8e0ff10 ](8e0ff10c73 )), closes [#360 ](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/360 )
v4.13.0
2026-06-25 11:18:58 +00:00
mob-sakai
42e4aa20e0
docs: update doc
2026-06-25 20:07:03 +09:00
mob-sakai
ea2fcfd809
feat: add fields located outside the Properties block in the shader as Animatable Properties
...
close #399
2026-06-25 19:40:46 +09:00
mob-sakai
8e0ff10c73
feat: project-wide default view size for baking
...
close #360
2026-06-25 19:40:46 +09:00
mob-sakai
09ca328ebd
chore: compile warning
2026-06-25 19:40:45 +09:00
mob-sakai
bf4c9140d4
chore: add URP project for testing
2026-06-25 19:40:45 +09:00
mob-sakai
b7bb1124f6
fix: Support for skipping "reload domain"
...
close #406
2026-06-25 13:07:47 +09:00
mob-sakai
9b3ee547e3
docs: update readme
2026-06-25 13:07:47 +09:00
mob-sakai
10f82a8579
fix: rename UIParticleProjectSettings.enableLinearToGamma to autoColorCorrection
2026-06-25 13:07:47 +09:00
mob-sakai
83145d3a6e
fix: UI/Additive shader does not support RectMask2D softness.
2026-06-25 13:07:46 +09:00
mob-sakai
c327632e1e
fix: there is a compilation error in Unity 2019.2 or earlier
...
close #407
2026-06-25 13:07:46 +09:00
mob-sakai
25b2e3b632
chore: update internal
2026-06-25 13:07:46 +09:00
mob-sakai
108bcfbd24
feat: preview the ParticleSystem playback when selecting a UIParticle in the Editor
2026-06-25 13:07:46 +09:00
mob-sakai
946254d4f5
chore: fix workflow for pwn request
2026-06-12 16:30:07 +09:00
mob-sakai
f961b8dc89
chore: fix workflow for pwn request
2026-06-12 16:27:44 +09:00
semantic-release-bot
cf402745f6
chore(release): 5.0.0-preview.17 [skip ci]
...
# [5.0.0-preview.17](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/5.0.0-preview.16...5.0.0-preview.17 ) (2026-06-08)
### Bug Fixes
* add `meshCleared` flag to optimize mesh clearing ([859fa20 ](859fa20d29 ))
* add early return for case where subEmitter module is disabled ([d1386a1 ](d1386a1221 ))
* avoid endless loop ([eb2e862 ](eb2e862e80 )), closes [#392 ](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/392 )
* fix icon ([a9461ec ](a9461ecb4d ))
* fix Unity6.5 compile errors and warnings ([a5ee687 ](a5ee687821 )), closes [#400 ](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/400 )
* fix URL link in README ([a79ffb2 ](a79ffb2c2b ))
* fix URL link in README ([1c8c65d ](1c8c65d25e )), closes [#376 ](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/376 )
* fix: second and subsequent bursts not displayed when world simulation and non-looping ([df2f3ca ](df2f3caafb )), closes [#326 ](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/326 )
* ignore "EditorOnly" tagged gameObjects on refresh ([031d46a ](031d46a321 ))
* potential access to UIParticleRenderer that has already been destroyed ([b740dd6 ](b740dd662d )), closes [#403 ](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/403 )
* 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 ](38aec2ea1a ))
* updated support for some changed menu paths ([f8ac986 ](f8ac9869f1 )), closes [#397 ](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/397 )
### Features
* explicit null checks ([5384f61 ](5384f61c56 ))
5.0.0-preview.17
2026-06-08 18:45:42 +00:00
mob-sakai
9dbd16920f
chore: update release workflow
2026-06-09 03:42:57 +09:00
mob-sakai
cc339fb3f0
Merge branch 'develop' into develop-preview
...
# Conflicts:
# .github/workflows/release.yml
# Packages/src/CHANGELOG.md
# Packages/src/package.json
2026-06-09 03:41:03 +09:00
semantic-release-bot
18175c040e
chore(release): 4.12.2 [skip ci]
...
## [4.12.2](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v4.12.1...v4.12.2 ) (2026-06-08)
### Bug Fixes
* add `meshCleared` flag to optimize mesh clearing ([859fa20 ](859fa20d29 ))
* fix Unity6.5 compile errors and warnings ([a5ee687 ](a5ee687821 )), closes [#400 ](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/400 )
* potential access to UIParticleRenderer that has already been destroyed ([b740dd6 ](b740dd662d )), closes [#403 ](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/403 )
* updated support for some changed menu paths ([f8ac986 ](f8ac9869f1 )), closes [#397 ](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/397 )
v4.12.2
2026-06-08 13:33:41 +00:00
mob-sakai
9cd47c32bc
chore: ignore alpha for test
2026-06-08 22:33:03 +09:00
mob-sakai
48b38ec34f
update internal code
2026-06-08 15:55:42 +09:00
mob-sakai
b740dd662d
fix: potential access to UIParticleRenderer that has already been destroyed
...
close #403
2026-06-08 13:28:24 +09:00
tako
f8ac9869f1
fix: updated support for some changed menu paths
...
close #397
2026-06-08 13:28:24 +09:00
tako
a5ee687821
fix: fix Unity6.5 compile errors and warnings
...
close #400
2026-06-08 13:28:24 +09:00
Minhyuk Kim
859fa20d29
fix: add meshCleared flag to optimize mesh clearing
2026-06-08 11:33:57 +09:00
mob-sakai
4f79848a7c
Merge remote-tracking branch 'origin/release' into develop-preview
...
# Conflicts:
# Packages/src/CHANGELOG.md
# Packages/src/package.json
2026-03-24 17:54:06 +09:00
semantic-release-bot
d89d394e04
chore(release): 4.12.1 [skip ci]
...
## [4.12.1](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v4.12.0...v4.12.1 ) (2026-03-24)
### Bug Fixes
* ignore "EditorOnly" tagged gameObjects on refresh ([031d46a ](031d46a321 ))
v4.12.1
2026-03-24 08:53:33 +00:00
mob-sakai
031d46a321
fix: ignore "EditorOnly" tagged gameObjects on refresh
2026-03-24 17:53:01 +09:00
semantic-release-bot
af0e98239b
chore(release): 4.12.0 [skip ci]
...
# [4.12.0](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v4.11.4...v4.12.0 ) (2026-03-24)
### Features
* explicit null checks ([5384f61 ](5384f61c56 ))
v4.12.0
2026-03-24 08:34:58 +00:00
mob-sakai
5384f61c56
feat: explicit null checks
2026-03-24 17:32:31 +09:00
mob-sakai
a92d0b9280
Merge remote-tracking branch 'origin/develop' into develop-preview
...
# Conflicts:
# Packages/src/CHANGELOG.md
# Packages/src/package.json
2025-12-24 20:18:34 +09:00
semantic-release-bot
fed927559f
chore(release): 4.11.4 [skip ci]
...
## [4.11.4](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v4.11.3...v4.11.4 ) (2025-12-24)
### Bug Fixes
* add early return for case where subEmitter module is disabled ([d1386a1 ](d1386a1221 ))
* avoid endless loop ([eb2e862 ](eb2e862e80 )), closes [#392 ](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/392 )
v4.11.4
2025-12-24 11:17:10 +00:00
mob-sakai
eb2e862e80
fix: avoid endless loop
...
close #392
2025-12-24 20:10:01 +09:00
mob-sakai
d1386a1221
fix: add early return for case where subEmitter module is disabled
2025-12-05 09:58:23 +09:00
mob-sakai
a79ffb2c2b
fix: fix URL link in README
2025-10-14 20:58:00 +09:00
mob-sakai
37fb189d72
Merge branch 'develop' into develop-preview
...
# Conflicts:
# .github/workflows/release.yml
# Packages/src/CHANGELOG.md
# Packages/src/README.md
# Packages/src/package.json
2025-10-14 20:55:52 +09:00
semantic-release-bot
9d56c94636
chore(release): 4.11.3 [skip ci]
...
## [4.11.3](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v4.11.2...v4.11.3 ) (2025-10-14)
### Bug Fixes
* fix icon ([a9461ec ](a9461ecb4d ))
* fix URL link in README ([1c8c65d ](1c8c65d25e )), closes [#376 ](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/376 )
* fix: second and subsequent bursts not displayed when world simulation and non-looping ([df2f3ca ](df2f3caafb )), closes [#326 ](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/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 ](38aec2ea1a ))
v4.11.3
2025-10-14 11:53:52 +00:00
mob-sakai
fe179c0f0f
chore: update workflow
2025-10-14 19:47:54 +09:00
mob-sakai
df2f3caafb
fix: fix: second and subsequent bursts not displayed when world simulation and non-looping
...
close #326
2025-10-14 19:43:29 +09:00
mob-sakai
1c8c65d25e
fix: fix URL link in README
...
close #376
2025-08-08 17:57:40 +09:00
mob-sakai
a9461ecb4d
fix: fix icon
2025-06-14 09:41:44 +09:00
Serkan Şenkal
38aec2ea1a
fix: 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
2025-04-09 02:59:26 +09:00
semantic-release-bot
9523ae12c0
chore(release): 5.0.0-preview.16 [skip ci]
...
# [5.0.0-preview.16](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/5.0.0-preview.15...5.0.0-preview.16 ) (2025-03-15)
### Bug Fixes
* IL2CPP build fails on older versions of Unity ([0da6525 ](0da652520c ))
* NRE on enable ([0cff50e ](0cff50ef69 )), closes [#359 ](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/359 )
5.0.0-preview.16
2025-03-15 08:12:51 +00:00