Skip to content

Commit 33acbfe

Browse files
authoredOct 23, 2022
Release 3.2.0
Support for RectMask2D #35 Fixed Alpha Blend #36
1 parent d126fbb commit 33acbfe

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed
 

‎README.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ https://github.com/kirevdokimov/Unity-UI-Rounded-Corners.git
2222
"com.nobi.roundedcorners": "https://github.com/kirevdokimov/Unity-UI-Rounded-Corners.git"
2323
```
2424

25-
### Option 3: Unity Package
26-
Get `.unitypackage` from [releases](https://github.com/kirevdokimov/Unity-UI-Rounded-Corners/releases)
27-
2825
## How to use
2926
#### Symmetrical roundness
3027
- Add `ImageWithRoundedCorners` component to a GameObject with an `Image`
@@ -46,7 +43,4 @@ If you need to add or change the image at runtime, call `Validate()` and then `R
4643
## Supports Unity Mask
4744
![](gif-02.gif)
4845
## Supports Tint
49-
![](gif-04.gif)
50-
51-
# Giving back
52-
If this project has helped you and you'd like to contribute back, you can always [buy me a ☕](https://ko-fi.com/X8X03ULFQ)!
46+
![](gif-04.gif)

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.nobi.roundedcorners",
33
"displayName": "UI Rounded Corners",
4-
"version": "3.1.0",
4+
"version": "3.2.0",
55
"description": "This package provides components and shaders that allow you to add rounded corners to UI elements!",
66
"keywords": [
77
"UI",

0 commit comments

Comments
 (0)
Please sign in to comment.