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
semantic-release-bot
f43d4c38ea
chore(release): 3.3.8 [skip ci]
...
## [3.3.8](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/3.3.7...3.3.8 ) (2021-06-08)
### Bug Fixes
* improve performance ([e352d15
](e352d153ce
))
2021-06-08 17:28:36 +00:00
mob-sakai
ccb8386672
refactor: fix warning
2021-06-09 02:25:41 +09:00
mob-sakai
e15319a46e
change: remove color space modifier
2021-06-09 02:25:41 +09:00
mob-sakai
e352d153ce
fix: improve performance
2021-06-09 02:25:41 +09:00
semantic-release-bot
4f9bbf57bc
chore(release): 3.3.7 [skip ci]
...
## [3.3.7](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/3.3.6...3.3.7 ) (2021-06-02)
### Bug Fixes
* Refresh() will be called multiple times in the same frame, due to external assets ([0b9d80d
](0b9d80da93
))
2021-06-02 18:15:36 +00:00
mob-sakai
0b9d80da93
fix: Refresh() will be called multiple times in the same frame, due to external assets
2021-06-03 03:04:07 +09:00
semantic-release-bot
24d32d8441
chore(release): 3.3.6 [skip ci]
...
## [3.3.6](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/3.3.5...3.3.6 ) (2021-05-11)
### Bug Fixes
* In rare cases, the generated camera (for baking) will not be deactivated ([12c748a
](12c748a8cd
))
* remove from "Add Component" menu ([476c402
](476c4027ff
))
2021-05-11 08:24:08 +00:00
mob-sakai
476c4027ff
fix: remove from "Add Component" menu
2021-05-11 17:22:02 +09:00
mob-sakai
12c748a8cd
fix: In rare cases, the generated camera (for baking) will not be deactivated
2021-05-11 17:21:10 +09:00
mob-sakai
0259ad2464
refactor
2021-05-11 16:20:50 +09:00
semantic-release-bot
5f3ead2086
chore(release): 3.3.5 [skip ci]
...
## [3.3.5](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/3.3.4...3.3.5 ) (2021-02-28)
### Bug Fixes
* fix cached position for pre-warmed particles ([e3f42d7
](e3f42d747a
))
* ParticleSystem creates particles in wrong position during pre-warm ([b93e0e4
](b93e0e4701
)), closes [#147 ](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/147 )
2021-02-28 04:21:18 +00:00
mob-sakai
e3f42d747a
fix: fix cached position for pre-warmed particles
2021-02-24 16:22:37 +09:00
mob-sakai
b93e0e4701
fix: ParticleSystem creates particles in wrong position during pre-warm
...
Close #147
2021-02-23 13:30:46 +09:00
semantic-release-bot
9f9e04724d
chore(release): 3.3.4 [skip ci]
...
## [3.3.4](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/3.3.3...3.3.4 ) (2021-02-22)
### Bug Fixes
* Multiselecting sets all scales to the same value ([13223b2
](13223b2d74
))
* support sub emitter with 'PlayOnAwake' ([d5ce78a
](d5ce78ae5a
))
* The maximum material count is 8 ([3bb5241
](3bb5241275
))
2021-02-22 12:24:08 +00:00
mob-sakai
5981af6c0a
build: update release workflow
2021-02-22 18:32:39 +09:00
mob-sakai
f38240f527
test: update test workflow
2021-02-22 18:32:39 +09:00
mob-sakai
d775e805fb
Merge pull request #150 from Tointer/fix_multiselecting_bug
...
fix: Multiselecting sets all scales to the same value
2021-02-19 09:57:37 +09:00
mob-sakai
d9eb91c120
refactor: modify the value when the field is changed
2021-02-19 09:57:02 +09:00
ibragimov.i
13223b2d74
fix: Multiselecting sets all scales to the same value
2021-02-18 23:28:06 +03:00
mob-sakai
d5ce78ae5a
fix: support sub emitter with 'PlayOnAwake'
2021-02-18 13:48:37 +09:00
mob-sakai
3bb5241275
fix: The maximum material count is 8
2021-02-18 13:44:47 +09:00
semantic-release-bot
41e895a2db
chore(release): 3.3.3 [skip ci]
...
## [3.3.3](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/3.3.2...3.3.3 ) (2021-02-03)
### Bug Fixes
* particle trails draw in wrong transform ([17ce81e
](17ce81eb0e
)), closes [#145 ](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/145 )
2021-02-03 02:17:19 +00:00
mob-sakai
17ce81eb0e
fix: particle trails draw in wrong transform
...
Close #145
2021-02-03 11:16:16 +09:00
semantic-release-bot
ba3b80db7a
chore(release): 3.3.2 [skip ci]
...
## [3.3.2](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/3.3.1...3.3.2 ) (2021-02-01)
### Bug Fixes
* _cachedPosition defaults to localPosition ([c0aa89b
](c0aa89bd6f
)), closes [#121 ](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/121 )
* submeshes can't over 8 ([2a1f334
](2a1f3345ba
)), closes [#122 ](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/122 )
2021-02-01 15:39:59 +00:00
mob-sakai
2a1f3345ba
fix: submeshes can't over 8
...
Close #122
2021-02-02 00:38:19 +09:00
mob-sakai
c0aa89bd6f
fix: _cachedPosition defaults to localPosition
...
Close #121
2021-02-01 23:51:35 +09:00
semantic-release-bot
501aa7b7f1
chore(release): 3.3.1 [skip ci]
...
## [3.3.1](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/3.3.0...3.3.1 ) (2021-02-01)
### Bug Fixes
* ignore material check and transform check ([d11cd0a
](d11cd0a06d
)), closes [#119 ](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/119 )
* the trail is incorrect in SimulationSpace.Local ([9313489
](9313489552
))
2021-02-01 14:43:01 +00:00
mob-sakai
9313489552
fix: the trail is incorrect in SimulationSpace.Local
2021-02-01 23:33:06 +09:00
mob-sakai
63b36a45b9
fix for .Net 3.5
2021-01-06 17:43:14 +09:00
mob-sakai
087dbe99b9
test: update test workflow
2021-01-06 17:22:37 +09:00