SoftMaskForUGUI/package.json

19 lines
635 B
JSON
Raw Normal View History

2019-01-12 12:48:59 +08:00
{
2019-01-12 13:26:49 +08:00
"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.",
2019-05-07 18:27:04 +08:00
"version": "0.8.1",
2019-01-12 13:26:49 +08:00
"unity": "2017.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/mob-sakai/SoftMaskForUGUI.git"
},
2019-01-12 12:48:59 +08:00
"src": "Assets/Coffee/UIExtensions/SoftMaskForUGUI",
2019-01-12 13:26:49 +08:00
"author": "mob-sakai <sakai861104@gmail.com> (https://github.com/mob-sakai)",
2019-02-01 19:35:47 +08:00
"editorOnly": false,
"upmSupport": true,
2019-01-12 13:26:49 +08:00
"dependencies": {
}
2019-01-13 10:11:16 +08:00
}