Skip to content

2.0.0

Compare
Choose a tag to compare
@mob-sakai mob-sakai released this 06 Jan 07:38

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