Skip to content

Commit

Permalink
chore(release): 4.6.3 [skip ci]
Browse files Browse the repository at this point in the history
## [4.6.3](v4.6.2...v4.6.3) (2024-04-04)

### Bug Fixes

* if only Trail Material is used, it will not be displayed ([2eff411](2eff411)), closes [#294](#294)
* if UIParticle's parents do not have Canvas, an exception is thrown in OnEnable ([bfc6045](bfc6045)), closes [#300](#300)
* particle size too small due to auto scaling ([2ec3748](2ec3748)), closes [#295](#295)
  • Loading branch information
semantic-release-bot committed Apr 4, 2024
1 parent bfc6045 commit 478a973
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Packages/src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [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](https://github.com/mob-sakai/ParticleEffectForUGUI/commit/2eff411bd97eb4e6947d29a02b85b414bfdaee3a)), closes [#294](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/294)
* if UIParticle's parents do not have Canvas, an exception is thrown in OnEnable ([bfc6045](https://github.com/mob-sakai/ParticleEffectForUGUI/commit/bfc60456e842ba7b24ebdd4d366ddb7bae3fd5a5)), closes [#300](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/300)
* particle size too small due to auto scaling ([2ec3748](https://github.com/mob-sakai/ParticleEffectForUGUI/commit/2ec374833614d64406e7c3207ca5fe234a749dcb)), closes [#295](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/295)

## [4.6.2](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v4.6.1...v4.6.2) (2024-02-01)


Expand Down
2 changes: 1 addition & 1 deletion Packages/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"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": "4.6.2",
"version": "4.6.3",
"unity": "2018.2",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 478a973

Please sign in to comment.