Releases: mob-sakai/ParticleEffectForUGUI
Releases · mob-sakai/ParticleEffectForUGUI
2.1.0
2.0.0
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