| 1234567891011121314151617181920212223242526272829 |
- {
- "name": "com.coffee.ui-effect",
- "displayName": "UI Effect",
- "description": "UI Effect provides visual effect components for Unity UI.\nLet's decorate your UI with effects!",
- "version": "4.0.0-preview.9",
- "unity": "2017.1",
- "license": "MIT",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/mob-sakai/UIEffect.git"
- },
- "author": {
- "name": "mob-sakai",
- "email": "sakai861104@gmail.com",
- "url": "https://github.com/mob-sakai"
- },
- "dependencies": {},
- "keywords": [
- "ui",
- "effect"
- ],
- "samples": [
- {
- "displayName": "Demo",
- "description": "UI Effect Demo",
- "path": "Samples~/Demo"
- }
- ]
- }
|