2019-01-12 12:48:59 +08:00
{
2020-06-04 12:43:17 +08:00
"name" : "com.coffee.softmask-for-ugui" ,
"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." ,
2022-05-15 14:52:50 +08:00
"version" : "1.0.2" ,
2020-06-04 12:43:17 +08:00
"unity" : "2017.1" ,
"license" : "MIT" ,
"repository" : {
"type" : "git" ,
"url" : "git+https://github.com/mob-sakai/SoftMaskForUGUI.git"
} ,
"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"
} ,
{
"displayName" : "TextMeshPro Support" ,
"description" : "TextMeshPro Support" ,
"path" : "Samples~/TextMeshPro Support"
}
]
2019-01-13 10:11:16 +08:00
}