We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b71a998 commit c37e3f1Copy full SHA for c37e3f1
README.md
@@ -1,2 +1,20 @@
1
# Unity-UI-Rounded-Corners
2
-This shaders allows you to add rounded corners to elements!
+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
+
15
16
+# Features
17
+## Keeps round while resizing
18
+
19
+## Supports Unity Mask
20
+
0 commit comments