-
-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BREAKING CHANGE: TextMeshPro support is now an option. If a shader or material has errors after a version upgrade, you will need to import the asset. Please see the README for more information.
- Loading branch information
Showing
9 changed files
with
49 additions
and
35 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions
2
...upport/TMP_SDF (SoftMaskable).shader.meta → ...upport/TMP_SDF (SoftMaskable).shader.meta
100755 → 100644
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
File renamed without changes.
2 changes: 2 additions & 0 deletions
2
...TMP_SDF-Mobile (SoftMaskable).shader.meta → ...TMP_SDF-Mobile (SoftMaskable).shader.meta
100755 → 100644
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
...ort/TMP_Sprite (SoftMaskable).shader.meta → ...ort/TMP_Sprite (SoftMaskable).shader.meta
100755 → 100644
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,34 @@ | ||
{ | ||
"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.", | ||
"version": "1.0.0-preview.2", | ||
"unity": "2017.1", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/mob-sakai/SoftMaskForUGUI.git" | ||
}, | ||
"author": { | ||
"name": "mob-sakai", | ||
"email": "[email protected]", | ||
"url": "https://github.com/mob-sakai" | ||
}, | ||
"dependencies": {}, | ||
"keywords": [ | ||
"ui", | ||
"softmask" | ||
], | ||
"samples": [ | ||
{ | ||
"displayName": "Demo", | ||
"description": "UI Soft Mask Demo", | ||
"path": "Samples~/Demo" | ||
} | ||
] | ||
} | ||
"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.", | ||
"version": "1.0.0-preview.2", | ||
"unity": "2017.1", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/mob-sakai/SoftMaskForUGUI.git" | ||
}, | ||
"author": { | ||
"name": "mob-sakai", | ||
"email": "[email protected]", | ||
"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" | ||
} | ||
] | ||
} |