semantic-release-bot
|
a64b1ee6f7
|
chore(release): 5.0.0-preview.4 [skip ci]
# [5.0.0-preview.4](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v5.0.0-preview.3...v5.0.0-preview.4) (2024-06-27)
### Bug Fixes
* generated baking-camera object remains in the prefab or scene (again) ([5babd6d ](5babd6d07b ))
* SetParticleSystemInstance/Prefab APIs destroy generated objects ([4b30c16 ](4b30c16b9a ))
### Features
* add 'custom view' option. ([4252f11 ](4252f1199b ))
* restore `Transform.localScale` when setting `autoScalingMode` to something other than `Transform` (again) ([04232b6 ](04232b6749 ))
* the rendering order list in inspector is now more compact ([9212eaa ](9212eaa84c ))
|
2024-06-27 07:51:20 +00:00 |
mob-sakai
|
b588e06f75
|
refactor
|
2024-06-27 16:48:23 +09:00 |
mob-sakai
|
aa2f99ce01
|
update coffee.internal
|
2024-06-27 16:26:48 +09:00 |
mob-sakai
|
86fdcde50a
|
test scene for custom view size
|
2024-06-27 16:25:38 +09:00 |
mob-sakai
|
44ee4efbe8
|
refactor
|
2024-06-27 16:25:28 +09:00 |
mob-sakai
|
9212eaa84c
|
feat: the rendering order list in inspector is now more compact
|
2024-06-27 16:23:48 +09:00 |
mob-sakai
|
04232b6749
|
feat: restore `Transform.localScale` when setting `autoScalingMode` to something other than `Transform` (again)
|
2024-06-27 16:23:39 +09:00 |
mob-sakai
|
4252f1199b
|
feat: add 'custom view' option.
Use this if the particles are not displayed correctly due to min/max particle size.
|
2024-06-27 16:23:30 +09:00 |
mob-sakai
|
5babd6d07b
|
fix: generated baking-camera object remains in the prefab or scene (again)
|
2024-06-27 16:22:24 +09:00 |
mob-sakai
|
4b30c16b9a
|
fix: SetParticleSystemInstance/Prefab APIs destroy generated objects
|
2024-06-27 16:22:10 +09:00 |
semantic-release-bot
|
624d73d610
|
chore(release): 5.0.0-preview.3 [skip ci]
# [5.0.0-preview.3](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v5.0.0-preview.2...v5.0.0-preview.3) (2024-06-21)
### Bug Fixes
* generated baking-camera object remains in the prefab or scene ([fd66928 ](fd66928efe ))
|
2024-06-21 05:23:11 +00:00 |
mob-sakai
|
fd66928efe
|
fix: generated baking-camera object remains in the prefab or scene
|
2024-06-21 14:22:34 +09:00 |
semantic-release-bot
|
c27152a38f
|
chore(release): 5.0.0-preview.2 [skip ci]
# [5.0.0-preview.2](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v5.0.0-preview.1...v5.0.0-preview.2) (2024-06-20)
### Bug Fixes
* 'Resource ID out of range in GetResource' error in overlay rendering mode ([ff78b6f ](ff78b6fe32 )), closes [#308](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/308)
* `UIParticle.transform.localScale` does not scale particles ([491ee7b ](491ee7b0c3 )), closes [#313](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/313)
* despite not using the size module, particles become smaller based on their z position ([c96ddf2 ](c96ddf293e )), closes [#316](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/316)
* the ParticleSystem's localPosition drifts at certain scales due to floating-point precision issues ([a9c2b19 ](a9c2b19edf )), closes [#299](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/299) [#312](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/312)
* UIParticle is scaled by canvas size even when `AutoScalingMode.None` and `ScalingMode.Local` ([63b24d8 ](63b24d8a8b )), closes [#313](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/313)
* UIParticle is scaled incorrectly with nested canvases ([c95d8c6 ](c95d8c6b17 )), closes [#313](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/313)
### Features
* remove overlay window (editor) ([fc3fbdd ](fc3fbdd230 ))
* reset previous position on start play for world space simulation ([e741584 ](e741584507 )), closes [#303](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/303)
* restore `Transform.localScale` when setting `autoScalingMode` to something other than `Transform` ([dfb94f4 ](dfb94f4bad ))
|
2024-06-20 15:27:14 +00:00 |
mob-sakai
|
c96ddf293e
|
fix: despite not using the size module, particles become smaller based on their z position
close #316
|
2024-06-20 12:52:21 +09:00 |
mob-sakai
|
dfb94f4bad
|
feat: restore `Transform.localScale` when setting `autoScalingMode` to something other than `Transform`
# Conflicts:
# Packages/src/Editor/UIParticleEditor.cs
# Packages/src/Runtime/UIParticle.cs
|
2024-06-20 12:52:21 +09:00 |
mob-sakai
|
e741584507
|
feat: reset previous position on start play for world space simulation
close #303
# Conflicts:
# Packages/src/Runtime/UIParticleRenderer.cs
|
2024-06-20 12:52:21 +09:00 |
mob-sakai
|
74a55a4e08
|
docs: update license
|
2024-06-20 12:52:21 +09:00 |
mob-sakai
|
3f938f3ea8
|
fix demo
|
2024-06-20 12:52:21 +09:00 |
mob-sakai
|
491ee7b0c3
|
fix: `UIParticle.transform.localScale` does not scale particles
close #313
|
2024-06-19 13:49:00 +09:00 |
mob-sakai
|
63b24d8a8b
|
fix: UIParticle is scaled by canvas size even when `AutoScalingMode.None` and `ScalingMode.Local`
close #313
|
2024-06-19 13:48:54 +09:00 |
mob-sakai
|
c95d8c6b17
|
fix: UIParticle is scaled incorrectly with nested canvases
close #313
|
2024-06-19 13:48:46 +09:00 |
mob-sakai
|
f937328cd7
|
refactor: refactor
|
2024-06-19 13:47:51 +09:00 |
SAMYTHEBIGJUICY
|
ff78b6fe32
|
fix: 'Resource ID out of range in GetResource' error in overlay rendering mode
#308
|
2024-06-14 11:35:15 +09:00 |
mob-sakai
|
d3c6c63a07
|
update coffee.internal
|
2024-06-14 11:27:47 +09:00 |
mob-sakai
|
a9c2b19edf
|
fix: the ParticleSystem's localPosition drifts at certain scales due to floating-point precision issues
close #299, close #312
|
2024-05-24 17:49:07 +09:00 |
mob-sakai
|
fc3fbdd230
|
feat: remove overlay window (editor)
|
2024-05-24 17:44:14 +09:00 |
semantic-release-bot
|
f203ffcfe7
|
chore(release): 5.0.0-preview.1 [skip ci]
# [5.0.0-preview.1](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v4.6.6...v5.0.0-preview.1) (2024-05-23)
### Features
* add project settings for UIParticle ([b6e6185 ](b6e6185c52 ))
* change the default value of `UIParticle.scale` from `10` to `1` ([1b3c0f9 ](1b3c0f92dc )), closes [#310](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/310)
* UIParticle no longer inherits from MaskableGraphic ([b6d921b ](b6d921b3e4 ))
### BREAKING CHANGES
* Some members inherited from MaskableGraphic will no longer be available.
|
2024-05-23 11:19:50 +00:00 |
mob-sakai
|
573bda7dea
|
fix preview release workflow
|
2024-05-23 20:17:25 +09:00 |
mob-sakai
|
1b3c0f92dc
|
feat: change the default value of `UIParticle.scale` from `10` to `1`
close #310
|
2024-05-23 20:10:33 +09:00 |
mob-sakai
|
a4f635f312
|
docs: update readme
|
2024-05-23 20:10:33 +09:00 |
mob-sakai
|
77624eaf62
|
refactor: refactor
|
2024-05-23 20:10:33 +09:00 |
mob-sakai
|
b6e6185c52
|
feat: add project settings for UIParticle
|
2024-05-23 20:10:33 +09:00 |
mob-sakai
|
b6d921b3e4
|
feat: UIParticle no longer inherits from MaskableGraphic
BREAKING CHANGE: Some members inherited from MaskableGraphic will no longer be available.
|
2024-05-23 20:10:33 +09:00 |
mob-sakai
|
a46a850f03
|
refactor: using Coffee.Internal
|
2024-05-23 20:10:33 +09:00 |
semantic-release-bot
|
19989cf18c
|
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
|
30b00762f6
|
fix: fix release workflow
|
2024-05-23 20:03:17 +09:00 |
semantic-release-bot
|
154a04c022
|
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
|
3eab0979b9
|
fix: update workflows (for preview and v4)
|
2024-05-23 17:49:30 +09:00 |
semantic-release-bot
|
01e08eefbd
|
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
|
a8af984d6f
|
chore: fix release workflow
|
2024-05-22 19:53:16 +09:00 |
mob-sakai
|
1b5c359058
|
fix: assertion failed on expression: 'ps->array_size()'
close #278
|
2024-05-22 17:11:38 +09:00 |
mob-sakai
|
ea043524c0
|
fix: lost Material.mainTexture when using AnimatableProperties
close #311
|
2024-05-22 16:07:12 +09:00 |
mob-sakai
|
c37c014864
|
fix: remove unnecessary code
|
2024-04-05 21:02:45 +09:00 |
semantic-release-bot
|
dc81428921
|
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
|
e82c833d04
|
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
|
2ec3748336
|
fix: particle size too small due to auto scaling
close #295
|
2024-04-04 15:29:33 +09:00 |
mob-sakai
|
2eff411bd9
|
fix: if only Trail Material is used, it will not be displayed
close #294
|
2024-02-02 03:45:10 +09:00 |
mob-sakai
|
46c300b347
|
docs: update documents
|
2024-02-01 19:22:44 +09:00 |
mob-sakai
|
e1863f25d3
|
demo: update demos
|
2024-02-01 17:42:50 +09:00 |
mob-sakai
|
89289c052f
|
test: update test workflow
|
2024-02-01 17:42:50 +09:00 |