These components and shaders allows you to add rounded corners to UI elements!
- Open
%projectname%/Packages/manifest.json - Add following to dependencies section:
"com.nobi.roundedcorners": "https://github.com/kirevdokimov/Unity-UI-Rounded-Corners.git"
Get .unitypackage from releases
- Attach
ImageWithRoundedCornersto gameobject withImage - Сreate new material
- Pick
RoundedCornersshader - Attach material to
ImageWithRoundedCornersandImage - Profit
- Attach
ImageWithIndependentRoundedCornersto gameobject withImage - Сreate new material
- Pick
IndependentRoundedCornersshader - Attach material to
ImageWithIndependentRoundedCornersandImage - Profit





