3.0.0-preview.5

# [3.0.0-preview.5](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v3.0.0-preview.4...v3.0.0-preview.5) (2020-02-21)

### Bug Fixes

* particles not visible if scale.z is 0 ([35718e0](35718e099a)), closes [#64](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/64)
This commit is contained in:
semantic-release-bot
2020-02-21 11:42:30 +00:00
parent 94b1c71a32
commit 628a8c6bf0
4 changed files with 60 additions and 21 deletions

View File

@@ -2,7 +2,7 @@
"name": "com.coffee.ui-particle",
"displayName": "UI Particle",
"description": "This plugin provide a component to render particle effect for uGUI.\nThe particle rendering is maskable and sortable, without Camera, RenderTexture or Canvas.",
"version": "3.0.0-preview.4",
"version": "3.0.0-preview.5",
"unity": "2018.2",
"license": "MIT",
"repository": {