UnmaskForUGUI/package.json

19 lines
493 B
JSON
Raw Normal View History

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