mob-sakai
7eb41124db
fix: ParticleSystem reordering and refreshing in inspector does not work for prefab asset
2022-07-01 16:10:09 +09:00
semantic-release-bot
65c60000c2
chore(release): 4.1.3 [skip ci]
...
## [4.1.3](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/4.1.2...4.1.3 ) (2022-06-28)
### Bug Fixes
* error on drag prefab to scene ([fa2f867
](fa2f867bca
)), closes [#211 ](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/211 )
2022-06-28 08:07:32 +00:00
mob-sakai
fa2f867bca
fix: error on drag prefab to scene
...
close #211
2022-06-28 14:26:09 +09:00
semantic-release-bot
b2b2b0f767
chore(release): 4.1.2 [skip ci]
...
## [4.1.2](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/4.1.1...4.1.2 ) (2022-06-27)
### Bug Fixes
* error on editor ([8034228
](8034228713
)), closes [#210 ](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/210 )
* incorrect position of world space trail particles ([fb7f308
](fb7f308f09
)), closes [#209 ](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/209 )
2022-06-27 16:08:02 +00:00
mob-sakai
fb7f308f09
fix: incorrect position of world space trail particles
...
close #209
2022-06-28 00:20:37 +09:00
mob-sakai
8034228713
fix: error on editor
...
close #210
2022-06-28 00:18:59 +09:00
semantic-release-bot
f526671826
chore(release): 4.1.1 [skip ci]
...
## [4.1.1](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/4.1.0...4.1.1 ) (2022-06-25)
### Bug Fixes
* add absolute mode toggle to overlay window ([48d1994
](48d1994f5f
))
2022-06-25 06:57:43 +00:00
mob-sakai
81dacb1efe
docs: update readme (for absolute mode)
2022-06-25 13:22:09 +09:00
mob-sakai
48d1994f5f
fix: add absolute mode toggle to overlay window
2022-06-25 13:22:09 +09:00
semantic-release-bot
f9901a0255
chore(release): 4.1.0 [skip ci]
...
# [4.1.0](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/4.0.1...4.1.0 ) (2022-06-25)
### Features
* add relative/absolute particle position mode ([1879ac8
](1879ac8c53
)), closes [#205 ](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/205 )
2022-06-25 00:37:09 +00:00
mob-sakai
3b0f6985f6
demo: add relative/absolute position mode demo
2022-06-25 09:07:28 +09:00
mob-sakai
1879ac8c53
feat: add relative/absolute particle position mode
...
close #205
2022-06-25 09:07:28 +09:00
semantic-release-bot
e651039032
chore(release): 4.0.1 [skip ci]
...
## [4.0.1](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/4.0.0...4.0.1 ) (2022-06-24)
### Bug Fixes
* overlays do not exist in Unity 2019.2-2021.1 ([cd8e037
](cd8e0372b6
)), closes [#207 ](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/207 ) [#208 ](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/208 )
2022-06-24 00:54:28 +00:00
mob-sakai
1d5c87463a
docs: update license
2022-06-24 09:46:13 +09:00
mob-sakai
cd8e0372b6
fix: overlays do not exist in Unity 2019.2-2021.1
...
close #207 , close #208
2022-06-24 09:30:51 +09:00
semantic-release-bot
e1715afbab
chore(release): 4.0.0 [skip ci]
...
# [4.0.0](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/3.3.12...4.0.0 ) (2022-06-21)
### Bug Fixes
* correct world space particle position when changing screen size ([c6644a2
](c6644a2132
))
* keep properly canvas batches ([d8e96e6
](d8e96e69a6
))
### Features
* adaptive scaling for UI ([aa0d56f
](aa0d56f9fa
))
* add overlay window for UIParticle ([7b21c50
](7b21c500ef
))
* add particle attractor component ([386170c
](386170cbf6
))
* display warning in inspector if using 'TEXCOORD*.zw' components as custom vertex stream ([59221d5
](59221d5821
))
* mesh sharing group ([9afeebf
](9afeebf672
))
* random mesh sharing group ([4fa43ed
](4fa43eda4b
))
* support 8+ materials ([b76bf5a
](b76bf5a5ad
)), closes [#122 ](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/122 ) [#152 ](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/152 ) [#186 ](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/186 )
### BREAKING CHANGES
* If you update to v4, you may be required to adjust your UIParticle.scale.
2022-06-21 12:12:02 +00:00
mob-sakai
2f51bff791
docs: update readme
2022-06-21 21:09:59 +09:00
mob-sakai
59221d5821
feat: display warning in inspector if using 'TEXCOORD*.zw' components as custom vertex stream
2022-06-21 19:52:22 +09:00
mob-sakai
4fe9a3200d
fix on editor: on select UIParticle, particles will be cleared
2022-06-21 19:47:08 +09:00
mob-sakai
8c959b257c
demo: update demo
2022-06-20 15:48:59 +09:00
semantic-release-bot
6c50cf85f3
chore(release): 4.0.0-preview.1 [skip ci]
...
# [4.0.0-preview.1](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/3.3.12...4.0.0-preview.1 ) (2022-06-18)
### Bug Fixes
* correct world space particle position when changing screen size ([c6644a2
](c6644a2132
))
* keep properly canvas batches ([d8e96e6
](d8e96e69a6
))
### Features
* adaptive scaling for UI ([aa0d56f
](aa0d56f9fa
))
* add overlay window for UIParticle ([7b21c50
](7b21c500ef
))
* add particle attractor component ([386170c
](386170cbf6
))
* mesh sharing group ([9afeebf
](9afeebf672
))
* random mesh sharing group ([4fa43ed
](4fa43eda4b
))
* support 8+ materials ([b76bf5a
](b76bf5a5ad
)), closes [#122 ](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/122 ) [#152 ](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/152 ) [#186 ](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/186 )
### BREAKING CHANGES
* If you update to v4, you may be required to adjust your UIParticle.scale.
2022-06-18 02:52:01 +00:00
mob-sakai
52ae87f301
demo: update demos
2022-06-18 11:47:59 +09:00
mob-sakai
845365ee27
docs: update readme
2022-06-18 11:47:59 +09:00
mob-sakai
8e1b4eb086
fix build error and something
2022-06-18 11:47:59 +09:00
mob-sakai
97ea668294
test: update test forkflow
2022-06-18 11:47:59 +09:00
mob-sakai
6b11e7c588
demo: add performance demo
2022-06-18 10:20:12 +09:00
mob-sakai
d9e7eb9732
fix to emit
2022-06-18 10:20:12 +09:00
mob-sakai
386170cbf6
feat: add particle attractor component
2022-06-18 10:20:12 +09:00
mob-sakai
37d0c4b711
refactor
2022-06-18 10:20:12 +09:00
mob-sakai
4fa43eda4b
feat: random mesh sharing group
...
The mesh sharing group id will be selected randomly.
2022-06-18 10:20:12 +09:00
mob-sakai
9afeebf672
feat: mesh sharing group
...
Particle simulation results are shared within the same group.
A large number of the same effects can be displayed with a small load.
2022-06-18 10:20:12 +09:00
mob-sakai
d8e96e69a6
fix: keep properly canvas batches
2022-06-18 10:20:12 +09:00
mob-sakai
01459b06b8
refactor
2022-06-18 10:20:12 +09:00
mob-sakai
7b21c500ef
feat: add overlay window for UIParticle
2022-06-18 10:20:12 +09:00
mob-sakai
aa0d56f9fa
feat: adaptive scaling for UI
...
Changing the canvas size does not affect the effect size or position.
This feature provides a constant-looking output and makes it easier to adjust effects.
BREAKING CHANGE: If you update to v4, you may be required to adjust your UIParticle.scale.
2022-06-17 21:25:35 +09:00
mob-sakai
c6644a2132
fix: correct world space particle position when changing screen size
2022-06-11 16:23:36 +09:00
mob-sakai
b76bf5a5ad
feat: support 8+ materials
...
Instead of one CanvasRenderer with submeshes, render with multiple CanvasRenderers.
This feature allows the number of materials to be unlimited.
close #122 , close #152 , close #186
2022-06-11 16:23:36 +09:00
semantic-release-bot
69bde2cf3d
chore(release): 3.3.12 [skip ci]
...
## [3.3.12](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/3.3.11...3.3.12 ) (2022-06-10)
### Bug Fixes
* always display materials in inspector ([a10042d
](a10042d989
))
* UNITY_UI_ALPHACLIP in UIAdditive shader is not working ([e817e8d
](e817e8d3c7
))
2022-06-10 11:32:11 +00:00
mob-sakai
a10042d989
fix: always display materials in inspector
2022-06-10 19:55:49 +09:00
mob-sakai
dd2d185e4a
style: tab to space
2022-06-10 17:06:34 +09:00
mob-sakai
e817e8d3c7
fix: UNITY_UI_ALPHACLIP in UIAdditive shader is not working
2022-06-10 17:06:34 +09:00
semantic-release-bot
aaac2b71a3
chore(release): 3.3.11 [skip ci]
...
## [3.3.11](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/3.3.10...3.3.11 ) (2022-06-10)
### Bug Fixes
* sorting by layer does not work properly ([ccc09e6
](ccc09e6aca
))
* when using linear color space, the particle colors are not output correctly ([11c3a7b
](11c3a7b374
)), closes [#203 ](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/203 )
2022-06-10 07:21:00 +00:00
mob-sakai
11c3a7b374
fix: when using linear color space, the particle colors are not output correctly
...
To fix, set 'Apply Active Color Space' in renderer module to false.
close #203
2022-06-10 16:12:15 +09:00
micromang
ccc09e6aca
fix: sorting by layer does not work properly
2022-06-10 16:10:13 +09:00
semantic-release-bot
5a8f1263ef
chore(release): 3.3.10 [skip ci]
...
## [3.3.10](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/3.3.9...3.3.10 ) (2022-02-17)
### Bug Fixes
* annoying warning for [ExecuteInEditMode] ([b6b2c72
](b6b2c72b19
)), closes [#180 ](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/180 )
* PrefabStageUtility class is not experimental after 2021.2 ([0fd5d7a
](0fd5d7affe
))
2022-02-17 20:45:55 +00:00
mob-sakai
b6b2c72b19
fix: annoying warning for [ExecuteInEditMode]
...
Close #180
2022-02-18 04:57:27 +09:00
talessampaio-kazoo
0fd5d7affe
fix: PrefabStageUtility class is not experimental after 2021.2
2022-02-18 04:46:01 +09:00
semantic-release-bot
2e4d80bc1c
chore(release): 3.3.9 [skip ci]
...
## [3.3.9](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/3.3.8...3.3.9 ) (2021-08-02)
### Bug Fixes
* fix for warning CS0618 ([61760d9
](61760d940c
))
2021-08-02 17:49:09 +00:00
shadeAlex
6b87db7ac7
style: tab to space
2021-08-03 02:48:12 +09:00
shadeAlex
61760d940c
fix: fix for warning CS0618
2021-08-03 02:48:12 +09:00