2019-01-25 19:14:18 +08:00
|
|
|
{
|
|
|
|
|
"name": "com.coffee.unmask",
|
2020-10-07 08:20:52 +08:00
|
|
|
"displayName": "UI Unmask",
|
2019-07-10 14:20:16 +08:00
|
|
|
"description": "Reverse mask for uGUI element in Unity.",
|
2023-10-26 01:37:26 +08:00
|
|
|
"version": "1.4.2",
|
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"
|
|
|
|
|
},
|
2019-07-10 14:20:16 +08:00
|
|
|
"author": "mob-sakai <sakai861104@gmail.com> (https://github.com/mob-sakai)",
|
2020-10-07 08:20:52 +08:00
|
|
|
"dependencies": {},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"ui",
|
|
|
|
|
"mask"
|
|
|
|
|
],
|
|
|
|
|
"samples": [
|
|
|
|
|
{
|
|
|
|
|
"displayName": "Demo",
|
|
|
|
|
"description": "UI Unmask Demo",
|
|
|
|
|
"path": "Samples~/Demo"
|
|
|
|
|
}
|
|
|
|
|
]
|
2019-01-25 21:03:55 +08:00
|
|
|
}
|