mob-sakai
|
819de92b20
|
docs: update readme
|
2024-07-18 14:24:49 +09:00 |
mob-sakai
|
1628290db7
|
feat: add project settings for UIParticle
- enableLinearToGamma: Enables LinearToGamma during mesh baking
|
2024-07-18 14:21:07 +09:00 |
mob-sakai
|
d33bde10d2
|
install coffee.internal
|
2024-07-18 14:21:07 +09:00 |
mob-sakai
|
29e30a3f1b
|
feat: UIParticle no longer inherits from MaskableGraphic
BREAKING CHANGE: Some members inherited from MaskableGraphic will no longer be available.
|
2024-07-18 14:15:55 +09:00 |
mob-sakai
|
ae838587cb
|
feat: change the default value of `UIParticle.scale` from `10` to `1`
close #310
|
2024-07-18 14:15:55 +09:00 |
semantic-release-bot
|
de5c617d12
|
chore(release): 4.9.0 [skip ci]
# [4.9.0](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v4.8.1...v4.9.0) (2024-07-18)
### Features
* ParticleAttractor supports multiple ParticleSystems ([3834780 ](3834780fdb ))
|
2024-07-18 05:09:44 +00:00 |
mob-sakai
|
15f9d92567
|
demos: update demo
|
2024-07-18 13:40:58 +09:00 |
mob-sakai
|
e6d8e43966
|
docs: update readme
|
2024-07-18 09:33:42 +09:00 |
mob-sakai
|
10a7fb4b7b
|
refactor: refactor multiple attractor
- Convert 'm_ParticleSystem' to 'm_ParticleSystems'
- Collect parent UIParticles on attract
- Improve performance
|
2024-07-18 00:56:13 +09:00 |
dogramacigokhan
|
3834780fdb
|
feat: ParticleAttractor supports multiple ParticleSystems
|
2024-07-18 00:56:13 +09:00 |
semantic-release-bot
|
307ed1bf01
|
chore(release): 4.8.1 [skip ci]
## [4.8.1](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v4.8.0...v4.8.1) (2024-06-27)
### Bug Fixes
* remove debug code ([669deb4 ](669deb41d4 ))
|
2024-06-27 09:27:20 +00:00 |
mob-sakai
|
669deb41d4
|
fix: remove debug code
|
2024-06-27 18:26:47 +09:00 |
semantic-release-bot
|
24e0e8697d
|
chore(release): 4.8.0 [skip ci]
# [4.8.0](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v4.7.2...v4.8.0) (2024-06-27)
### Bug Fixes
* generated baking-camera object remains in the prefab or scene (again) ([de35cba ](de35cba34c ))
* SetParticleSystemInstance/Prefab APIs destroy generated objects ([ae3f3a8 ](ae3f3a8e62 ))
### Features
* add 'custom view' option. ([a703c29 ](a703c2921c ))
* remove overlay window (editor) ([8358170 ](835817049f ))
* restore `Transform.localScale` when setting `autoScalingMode` to something other than `Transform` (again) ([88a970d ](88a970d93a ))
* the rendering order list in inspector is now more compact ([be90172 ](be901724e0 ))
|
2024-06-27 06:40:30 +00:00 |
mob-sakai
|
a182709472
|
refactor
|
2024-06-27 14:12:53 +09:00 |
mob-sakai
|
be901724e0
|
feat: the rendering order list in inspector is now more compact
|
2024-06-27 10:48:34 +09:00 |
mob-sakai
|
88a970d93a
|
feat: restore `Transform.localScale` when setting `autoScalingMode` to something other than `Transform` (again)
|
2024-06-27 10:48:27 +09:00 |
mob-sakai
|
a703c2921c
|
feat: add 'custom view' option.
Use this if the particles are not displayed correctly due to min/max particle size.
|
2024-06-27 10:48:05 +09:00 |
mob-sakai
|
de35cba34c
|
fix: generated baking-camera object remains in the prefab or scene (again)
|
2024-06-27 10:46:25 +09:00 |
mob-sakai
|
ae3f3a8e62
|
fix: SetParticleSystemInstance/Prefab APIs destroy generated objects
# Conflicts:
# Packages/src/Runtime/UIParticle.cs
|
2024-06-27 10:46:10 +09:00 |
mob-sakai
|
835817049f
|
feat: remove overlay window (editor)
|
2024-06-27 10:44:13 +09:00 |
semantic-release-bot
|
7035583bdb
|
chore(release): 4.7.2 [skip ci]
## [4.7.2](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v4.7.1...v4.7.2) (2024-06-21)
### Bug Fixes
* generated baking-camera object remains in the prefab or scene ([0bb8438 ](0bb8438301 ))
|
2024-06-21 05:22:49 +00:00 |
mob-sakai
|
0bb8438301
|
fix: generated baking-camera object remains in the prefab or scene
|
2024-06-21 14:21:53 +09:00 |
semantic-release-bot
|
e1b66d8d90
|
chore(release): 4.7.1 [skip ci]
## [4.7.1](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v4.7.0...v4.7.1) (2024-06-20)
### Bug Fixes
* despite not using the size module, particles become smaller based on their z position ([a8ed6e6 ](a8ed6e6858 )), closes [#316](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/316)
|
2024-06-20 03:55:01 +00:00 |
mob-sakai
|
a8ed6e6858
|
fix: despite not using the size module, particles become smaller based on their z position
close #316
|
2024-06-20 12:51:02 +09:00 |
mob-sakai
|
3fc7d9dae4
|
docs: update license
|
2024-06-19 13:47:05 +09:00 |
semantic-release-bot
|
0322d7eb95
|
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
|
e7be0e77de
|
fix demo
|
2024-06-19 13:23:40 +09:00 |
mob-sakai
|
3880484ce5
|
feat: reset previous position on start play for world space simulation
close #303
|
2024-06-19 11:07:29 +09:00 |
mob-sakai
|
1d40e24c74
|
fix: `UIParticle.transform.localScale` does not scale particles
close #313
|
2024-06-19 11:07:29 +09:00 |
mob-sakai
|
54a4b1cdfd
|
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
|
5505247a94
|
feat: restore `Transform.localScale` when setting `autoScalingMode` to something other than `Transform`
|
2024-06-19 11:07:29 +09:00 |
mob-sakai
|
f26920f982
|
fix: UIParticle is scaled incorrectly with nested canvases
close #313
|
2024-06-18 19:44:00 +09:00 |
mob-sakai
|
5a1e65ec56
|
refactor: refactor
|
2024-06-18 17:11:14 +09:00 |
semantic-release-bot
|
accd3f8410
|
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
|
05286cedfd
|
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
|
cbd9c960e2
|
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
|
e924eb4596
|
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
|
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
|
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 |