UnmaskForUGUI/package.json

19 lines
502 B
JSON
Raw Normal View History

2019-01-25 19:14:18 +08:00
{
"name": "com.coffee.unmask",
2019-07-10 14:20:16 +08:00
"displayName": "Unmask for uGUI",
"description": "Reverse mask for uGUI element in Unity.",
2019-07-12 16:05:06 +08:00
"version": "1.1.3",
2019-07-10 14:20:16 +08:00
"unity": "2017.1",
2019-01-25 19:14:18 +08:00
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/mob-sakai/UnmaskForUGUI.git"
},
"src": "Assets/Coffee/UIExtensions/UnmaskForUGUI",
2019-07-10 14:20:16 +08:00
"author": "mob-sakai <sakai861104@gmail.com> (https://github.com/mob-sakai)",
2019-01-25 19:14:18 +08:00
"editorOnly": false,
"upmSupport": true,
2019-07-10 14:20:16 +08:00
"dependencies": {
}
2019-01-25 21:03:55 +08:00
}