mob-sakai
|
4c285fde14
|
docs: update license
|
2024-06-19 13:47:05 +09:00 |
semantic-release-bot
|
22795fca9a
|
chore(release): 4.7.0 [skip ci]
# [4.7.0](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v4.6.8...v4.7.0) (2024-06-19)
### Bug Fixes
* `UIParticle.transform.localScale` does not scale particles ([1d40e24 ](1d40e24c74 )), closes [#313](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/313)
* UIParticle is scaled by canvas size even when `AutoScalingMode.None` and `ScalingMode.Local` ([54a4b1c ](54a4b1cdfd )), closes [#313](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/313)
* UIParticle is scaled incorrectly with nested canvases ([f26920f ](f26920f982 )), closes [#313](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/313)
### Features
* reset previous position on start play for world space simulation ([3880484 ](3880484ce5 )), closes [#303](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/303)
* restore `Transform.localScale` when setting `autoScalingMode` to something other than `Transform` ([5505247 ](5505247a94 ))
|
2024-06-19 04:30:47 +00:00 |
mob-sakai
|
1aca69bbb7
|
fix demo
|
2024-06-19 13:23:40 +09:00 |
mob-sakai
|
3619b4ff94
|
feat: reset previous position on start play for world space simulation
close #303
|
2024-06-19 11:07:29 +09:00 |
mob-sakai
|
cc3e95d8c7
|
fix: `UIParticle.transform.localScale` does not scale particles
close #313
|
2024-06-19 11:07:29 +09:00 |
mob-sakai
|
5c28e9a2f3
|
fix: UIParticle is scaled by canvas size even when `AutoScalingMode.None` and `ScalingMode.Local`
close #313
|
2024-06-19 11:07:29 +09:00 |
mob-sakai
|
b82f79c2de
|
feat: restore `Transform.localScale` when setting `autoScalingMode` to something other than `Transform`
|
2024-06-19 11:07:29 +09:00 |
mob-sakai
|
f029b7508e
|
fix: UIParticle is scaled incorrectly with nested canvases
close #313
|
2024-06-18 19:44:00 +09:00 |
mob-sakai
|
5c41c39847
|
refactor: refactor
|
2024-06-18 17:11:14 +09:00 |
semantic-release-bot
|
49f46d5c9e
|
chore(release): 4.6.8 [skip ci]
## [4.6.8](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v4.6.7...v4.6.8) (2024-06-14)
### Bug Fixes
* 'Resource ID out of range in GetResource' error in overlay rendering mode ([05286ce ](05286cedfd )), closes [#308](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/308)
|
2024-06-14 01:48:23 +00:00 |
SAMYTHEBIGJUICY
|
628b9582b2
|
fix: 'Resource ID out of range in GetResource' error in overlay rendering mode
close #308
|
2024-06-14 10:47:32 +09:00 |
semantic-release-bot
|
e8c9873201
|
chore(release): 4.6.7 [skip ci]
## [4.6.7](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v4.6.6...v4.6.7) (2024-05-24)
### Bug Fixes
* the ParticleSystem's localPosition drifts at certain scales due to floating-point precision issues ([e924eb4 ](e924eb4596 )), closes [#299](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/299) [#312](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/312)
|
2024-05-24 08:38:56 +00:00 |
mob-sakai
|
fa6881a028
|
fix: the ParticleSystem's localPosition drifts at certain scales due to floating-point precision issues
close #299, close #312
|
2024-05-24 17:37:32 +09:00 |
semantic-release-bot
|
e0c8f6ade8
|
chore(release): 4.6.6 [skip ci]
## [4.6.6](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v4.6.5...v4.6.6) (2024-05-23)
### Bug Fixes
* fix release workflow ([30b0076 ](30b00762f6 ))
|
2024-05-23 11:04:05 +00:00 |
mob-sakai
|
612015f7cf
|
fix: fix release workflow
|
2024-05-23 20:03:17 +09:00 |
semantic-release-bot
|
09c2c95f3b
|
chore(release): 4.6.5 [skip ci]
## [4.6.5](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v4.6.4...v4.6.5) (2024-05-23)
### Bug Fixes
* update workflows (for preview and v4) ([3eab097 ](3eab0979b9 ))
|
2024-05-23 08:50:10 +00:00 |
mob-sakai
|
3454273095
|
fix: update workflows (for preview and v4)
|
2024-05-23 17:49:30 +09:00 |
semantic-release-bot
|
e82b35466b
|
chore(release): 4.6.4 [skip ci]
## [4.6.4](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v4.6.3...v4.6.4) (2024-05-22)
### Bug Fixes
* assertion failed on expression: 'ps->array_size()' ([1b5c359 ](1b5c359058 )), closes [#278](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/278)
* lost Material.mainTexture when using AnimatableProperties ([ea04352 ](ea043524c0 )), closes [#311](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/311)
* remove unnecessary code ([c37c014 ](c37c014864 ))
|
2024-05-22 10:53:55 +00:00 |
mob-sakai
|
50ba446cff
|
fix: assertion failed on expression: 'ps->array_size()'
close #278
|
2024-05-22 17:11:38 +09:00 |
mob-sakai
|
d4ffadf599
|
fix: lost Material.mainTexture when using AnimatableProperties
close #311
|
2024-05-22 16:07:12 +09:00 |
mob-sakai
|
4a940d8e31
|
fix: remove unnecessary code
|
2024-04-05 21:02:45 +09:00 |
semantic-release-bot
|
6d8dee0b06
|
chore(release): 4.6.3 [skip ci]
## [4.6.3](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v4.6.2...v4.6.3) (2024-04-04)
### Bug Fixes
* if only Trail Material is used, it will not be displayed ([2eff411 ](2eff411bd9 )), closes [#294](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/294)
* if the UIParticle parents do not have Canvas, an exception is thrown in OnEnable ([e82c833 ](e82c833d04 )), closes [#300](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/300)
* particle size too small due to auto scaling ([2ec3748 ](2ec3748336 )), closes [#295](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/295)
|
2024-04-04 08:25:26 +00:00 |
mob-sakai
|
67b384a1fe
|
fix: if the UIParticle parents do not have Canvas, an exception is thrown in OnEnable
close #300
|
2024-04-04 17:24:20 +09:00 |
mob-sakai
|
990baacdf9
|
fix: particle size too small due to auto scaling
close #295
|
2024-04-04 15:29:33 +09:00 |
mob-sakai
|
f73a6777c4
|
fix: if only Trail Material is used, it will not be displayed
close #294
|
2024-02-02 03:45:10 +09:00 |
mob-sakai
|
65da5d35f5
|
docs: update documents
|
2024-02-01 19:22:44 +09:00 |
semantic-release-bot
|
25a9cdb400
|
chore(release): 4.6.2 [skip ci]
## [4.6.2](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v4.6.1...v4.6.2) (2024-02-01)
### Bug Fixes
* fix compile error in Unity 2021.1 or older ([fcae60b ](fcae60bf29 ))
* fix demos ([ad20d12 ](ad20d128a2 ))
* fix warning ([7fd4a8e ](7fd4a8e343 ))
|
2024-02-01 07:23:21 +00:00 |
mob-sakai
|
c6b2950a75
|
fix: fix demos
|
2024-02-01 16:18:17 +09:00 |
mob-sakai
|
841e449f78
|
fix: fix compile error in Unity 2021.1 or older
|
2024-02-01 16:18:17 +09:00 |
mob-sakai
|
9d04e41cde
|
fix: fix warning
|
2024-02-01 16:14:15 +09:00 |
mob-sakai
|
f1e672470c
|
docs: update contributing
|
2024-02-01 16:14:11 +09:00 |
semantic-release-bot
|
9d1b6a81ee
|
chore(release): 4.6.1 [skip ci]
## [4.6.1](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v4.6.0...v4.6.1) (2024-01-26)
### Bug Fixes
* unintended scaling occurs when `AutoScalingMode=UIParticle` and `ScalingMode=Local` ([1627de1 ](1627de10eb )), closes [#292](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/292)
|
2024-01-26 11:41:10 +00:00 |
mob-sakai
|
e32077fb0d
|
fix: unintended scaling occurs when `AutoScalingMode=UIParticle` and `ScalingMode=Local`
close #292
|
2024-01-26 20:40:36 +09:00 |
semantic-release-bot
|
293dc43db7
|
chore(release): 4.6.0 [skip ci]
# [4.6.0](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v4.5.2...v4.6.0) (2024-01-26)
### Bug Fixes
* fix abnormal mesh bounds error ([772bf50 ](772bf50d16 )), closes [#213](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/213)
* fix warning ([93d3919 ](93d3919b6f ))
* fix warning ([8a78ec1 ](8a78ec13ad ))
### Features
* "[generated]" GameObjects on the hierarchy is disturbing ([7c42421 ](7c4242150b )), closes [#288](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/288)
* add explicit dependencies ([9a0187a ](9a0187a72a ))
* add icon ([0c1022c ](0c1022c622 ))
* remove samples ([f53a7fa ](f53a7faed3 ))
|
2024-01-26 09:56:34 +00:00 |
mob-sakai
|
2b5166dcd9
|
docs: update readme
|
2024-01-26 18:55:20 +09:00 |
semantic-release-bot
|
ee780c4996
|
chore(release): 4.6.0-preview.1 [skip ci]
# [4.6.0-preview.1](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v4.5.2...v4.6.0-preview.1) (2024-01-24)
### Bug Fixes
* fix abnormal mesh bounds error ([772bf50 ](772bf50d16 )), closes [#213](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/213)
* fix warning ([93d3919 ](93d3919b6f ))
* fix warning ([8a78ec1 ](8a78ec13ad ))
### Features
* "[generated]" GameObjects on the hierarchy is disturbing ([7c42421 ](7c4242150b )), closes [#288](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/288)
* add explicit dependencies ([9a0187a ](9a0187a72a ))
* add icon ([0c1022c ](0c1022c622 ))
* remove samples ([f53a7fa ](f53a7faed3 ))
|
2024-01-24 07:29:29 +00:00 |
wmltogether
|
e840631fb3
|
fix: fix abnormal mesh bounds error
close #213
|
2024-01-24 16:20:56 +09:00 |
mob-sakai
|
a5fdfce554
|
fix: fix warning
|
2024-01-24 16:07:36 +09:00 |
mob-sakai
|
8028b2a770
|
feat: add icon
|
2024-01-24 00:40:12 +09:00 |
mob-sakai
|
b45dc77312
|
refactor: apply refactor
|
2024-01-23 23:27:46 +09:00 |
mob-sakai
|
5dab4f21c7
|
refactor: fix package structure
|
2024-01-23 23:17:31 +09:00 |
mob-sakai
|
f17ecafae7
|
feat: "[generated]" GameObjects on the hierarchy is disturbing
close #288
|
2024-01-23 23:01:45 +09:00 |
mob-sakai
|
5892df1ce1
|
refactor: (remove code) sub emitters option is not work in editor playing
|
2024-01-23 19:55:30 +09:00 |
mob-sakai
|
f0fb205212
|
chore: release workflow
|
2024-01-23 15:07:10 +09:00 |
mob-sakai
|
70e917107d
|
docs: fix readme
|
2023-11-21 11:55:34 +09:00 |
mob-sakai
|
eaae94ce00
|
fix: fix warning
|
2023-11-26 17:15:26 +09:00 |
mob-sakai
|
7430c39f52
|
feat: remove samples
|
2023-11-21 16:33:27 +09:00 |
mob-sakai
|
5fc44b82bc
|
style: update package.json
|
2024-01-23 11:48:00 +09:00 |
mob-sakai
|
128990acc6
|
feat: add explicit dependencies
|
2024-01-23 11:38:45 +09:00 |
mob-sakai
|
4790db6b93
|
chore: remove workflow in the package
|
2024-01-23 12:39:27 +09:00 |