Install UIEffect via UPM (Manually)
mainTo install manually, add the package to your Packages/manifest.json file within the dependencies block:
{
"dependencies": {
"com.coffee.ui-effect": "https://github.com/mob-sakai/UIEffect.git?path=Packages/src",
...
}
}To update to a specific version, append #version to the URL:
"com.coffee.ui-effect": "https://github.com/mob-sakai/UIEffect.git?path=Packages/src#5.9.0"