Git Product home page Git Product logo

unity-ui-rounded-corners's Introduction

Unity-UI-Rounded-Corners

These components and shaders allow you to add rounded corners to UI elements!


How to install

Option 1: Package Manager (Unity 2019.3 and higher)

URL to copypaste:

https://github.com/kirevdokimov/Unity-UI-Rounded-Corners.git

Option 2: Package Manager (Manual)

  • Open %projectname%/Packages/manifest.json
  • Add the following to the dependencies section:
"com.nobi.roundedcorners": "https://github.com/kirevdokimov/Unity-UI-Rounded-Corners.git"

How to use

Symmetrical roundness

  • Add ImageWithRoundedCorners component to a GameObject with an Image
  • Adjust Radius property

Certain roundness value for each corner

  • Add ImageWithIndependentRoundedCorners to a GameObject with an Image
  • Adjust r Vector4 property. Each vector component represent radius, clockwise, starting with top-left corner

Important thing

If you need to add or change the image at runtime, call Validate() and then Refresh() to update the materials.

Features

Changing roundness separately or all at once

Keeps round while resizing

Better quality than sprites

Supports Unity Mask

Supports Tint

unity-ui-rounded-corners's People

Contributors

xmas7 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.