Commit Graph

34 Commits (04232b67491e4506dbf84ce77c1dee7127936a3a)

Author SHA1 Message Date
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
mob-sakai fd66928efe fix: generated baking-camera object remains in the prefab or scene 2024-06-21 14:22:34 +09: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 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 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 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
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
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 fcae60bf29 fix: fix compile error in Unity 2021.1 or older 2024-02-01 16:18:17 +09:00
mob-sakai 7fd4a8e343 fix: fix warning 2024-02-01 16:14:15 +09:00
mob-sakai 1627de10eb fix: unintended scaling occurs when `AutoScalingMode=UIParticle` and `ScalingMode=Local`
close #292
2024-01-26 20:40:36 +09:00
wmltogether 772bf50d16 fix: fix abnormal mesh bounds error
close #213
2024-01-24 16:20:56 +09:00
mob-sakai 93d3919b6f fix: fix warning 2024-01-24 16:07:36 +09:00
mob-sakai 0c1022c622 feat: add icon 2024-01-24 00:40:12 +09:00
mob-sakai c61d22d221 refactor: apply refactor 2024-01-23 23:27:46 +09:00
mob-sakai cbe3105b0f refactor: fix package structure 2024-01-23 23:17:31 +09:00