Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c37e3f1

Browse files
authoredMar 3, 2019
Update README.md
1 parent b71a998 commit c37e3f1

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed
 

‎README.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,20 @@
11
# Unity-UI-Rounded-Corners
2-
This shaders allows you to add rounded corners to elements!
2+
This components and shaders allows you to add rounded corners to UI elements!
3+
4+
## How to use
5+
- Create Panel
6+
- Replace `Image` with `Image With Rounded Corners`
7+
- Сreate new material with one of the following shaders
8+
- `UI/RoundedCorners/Color`
9+
- `UI/RoundedCorners/Texture`
10+
- Attach material to `Image With Rounded Corners`
11+
- Profit
12+
---
13+
14+
![](gif-00.gif)
15+
16+
# Features
17+
## Keeps round while resizing
18+
![](gif-01.gif)
19+
## Supports Unity Mask
20+
![](gif-02.gif)

0 commit comments

Comments
 (0)
Please sign in to comment.