Skip to content

Releases: mob-sakai/ParticleEffectForUGUI

2.1.0

06 Jan 07:39
Compare
Choose a tag to compare

Full Changelog

World simulation bug is fixed.

Fixed bugs:

  • When moving the transform in world simulation mode, particles don't behave as expected #37

2.0.0

06 Jan 07:38
Compare
Choose a tag to compare

Full Changelog

Install UIParticle with Unity Package Manager!

Find the manifest.json file in the Packages folder of your project and edit it to look like this:

{
  "dependencies": {
    "com.coffee.ui-particle": "https://github.com/mob-sakai/ParticleEffectForUGUI.git#2.0.0",
    ...
  },
}

To update the package, change #2.0.0 to the target version.

Implemented enhancements:

  • Integrate with UnityPackageManager #30