You've already forked ParticleEffectForUGUI
mirror of
https://github.com/mob-sakai/ParticleEffectForUGUI.git
synced 2026-05-14 20:20:06 +00:00
# [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))
33 lines
865 B
JSON
33 lines
865 B
JSON
{
|
|
"name": "com.coffee.ui-particle",
|
|
"displayName": "UI Particle",
|
|
"description": "This package provides a component to render particle effects for uGUI.\nThe particle rendering is maskable and sortable, without the need for an extra Camera, RenderTexture, or Canvas.",
|
|
"version": "5.0.0-preview.2",
|
|
"unity": "2018.2",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mob-sakai/ParticleEffectForUGUI.git"
|
|
},
|
|
"author": {
|
|
"name": "mob-sakai",
|
|
"email": "sakai861104@gmail.com",
|
|
"url": "https://github.com/mob-sakai"
|
|
},
|
|
"dependencies": {
|
|
"com.unity.ugui": "1.0.0",
|
|
"com.unity.modules.particlesystem": "1.0.0"
|
|
},
|
|
"keywords": [
|
|
"ui",
|
|
"particle"
|
|
],
|
|
"samples": [
|
|
{
|
|
"displayName": "Demo",
|
|
"description": "UI Particle Demo",
|
|
"path": "Samples~/Demo"
|
|
}
|
|
]
|
|
}
|