diff --git a/Packages/SoftMaskForUGUI/package.json b/Packages/SoftMaskForUGUI/package.json index c58cf8b..ebc39f1 100644 --- a/Packages/SoftMaskForUGUI/package.json +++ b/Packages/SoftMaskForUGUI/package.json @@ -1,7 +1,7 @@ { "name": "com.coffee.softmask-for-ugui", - "displayName": "Soft Mask For uGUI", - "description": "SoftMask is a smooth masking component for uGUI elements in Unity.\nBy using SoftMask instead of default Mask, rounded edges of UI elements can be expressed beautifully.", + "displayName": "UI Soft Mask", + "description": "UI Soft Mask is a smooth masking component for Unity UI (uGUI) elements.\nBy using SoftMask instead of the default Mask component, you can beautifully represent the rounded edges of UI elements.", "version": "0.9.1", "unity": "2017.1", "license": "MIT", @@ -9,10 +9,21 @@ "type": "git", "url": "git+https://github.com/mob-sakai/SoftMaskForUGUI.git" }, - "src": "Assets/Coffee/UIExtensions/SoftMaskForUGUI", - "author": "mob-sakai (https://github.com/mob-sakai)", - "editorOnly": false, - "upmSupport": true, - "dependencies": { - } -} + "author": { + "name": "mob-sakai", + "email": "sakai861104@gmail.com", + "url": "https://github.com/mob-sakai" + }, + "dependencies": {}, + "keywords": [ + "ui", + "softmask" + ], + "samples": [ + { + "displayName": "Demo", + "description": "UI Soft Mask Demo", + "path": "Samples~/Demo" + } + ] +} \ No newline at end of file