All Projects → kirevdokimov → Unity Ui Rounded Corners

kirevdokimov / Unity Ui Rounded Corners

Licence: other
This components and shaders allows you to add rounded corners to UI elements!

Projects that are alternatives of or similar to Unity Ui Rounded Corners

Unity Shaders
✨ Shader demo - More than 300 examples
Stars: ✭ 198 (-35.5%)
Mutual labels:  unity, shader, shaderlab, hlsl
Nnao
Neural Network Ambien Occlusion based on http://theorangeduck.com/page/neural-network-ambient-occlusion
Stars: ✭ 57 (-81.43%)
Mutual labels:  unity, shader, shaderlab, hlsl
Computestochasticreflections
Compute Stochastic Screen Space Reflections for unity post processing
Stars: ✭ 163 (-46.91%)
Mutual labels:  unity, shader, hlsl
Bloodfx
Procedural blood stain shader
Stars: ✭ 170 (-44.63%)
Mutual labels:  unity, shader, hlsl
Configurableshaders
Showing off the power of shader properties in Unity
Stars: ✭ 304 (-0.98%)
Mutual labels:  unity, shader, shaderlab
Unityscreenspaceboolean
Screen Space Boolean Implementation for Unity.
Stars: ✭ 150 (-51.14%)
Mutual labels:  unity, shader, shaderlab
Lowpolyshaders
Unity shaders optimized for Low Poly models.
Stars: ✭ 157 (-48.86%)
Mutual labels:  unity, shader, shaderlab
Isaura
An attempt at making a aura thingie with a isoline shader.
Stars: ✭ 187 (-39.09%)
Mutual labels:  unity, shader, shaderlab
Proccharvfx
Procedural character generation with Unity Shader Graph and VFX Graph
Stars: ✭ 114 (-62.87%)
Mutual labels:  unity, shader, hlsl
Unitywatersurface
Water Surface Simulation using CutomRenderTexture in Unity 2017.1
Stars: ✭ 190 (-38.11%)
Mutual labels:  unity, shader, shaderlab
Standardgeometryshader
An example of a geometry shader with Unity's standard lighting model support.
Stars: ✭ 303 (-1.3%)
Mutual labels:  unity, shader, hlsl
Unityurp Billboardlensflareshader
(1)Add a new Quad GameObject (2)Use this shader (3)Done! Now you have billboard lens flare shader for URP!
Stars: ✭ 140 (-54.4%)
Mutual labels:  unity, shader, shaderlab
Unity Raymarching Framework
A framework to easy implement raymarching in unity. Include lots of hash,noise,fbm,SDF,rotate functions
Stars: ✭ 129 (-57.98%)
Mutual labels:  unity, shader, hlsl
Unityurptoonlitshaderexample
A very simple toon lit shader example, for you to learn writing custom lit shader in Unity URP
Stars: ✭ 2,988 (+873.29%)
Mutual labels:  unity, shader, hlsl
Lwrpshaders
A collection of high customizable unlit shaders for Lightweight Render Pipeline
Stars: ✭ 125 (-59.28%)
Mutual labels:  unity, shader, shaderlab
Nvjob Water Shader Simple And Fast
#NVJOB Simple Water Shaders. Free Unity Asset.
Stars: ✭ 172 (-43.97%)
Mutual labels:  unity, shader, shaderlab
Alloy
Alloy physical shader framework for Unity.
Stars: ✭ 244 (-20.52%)
Mutual labels:  unity, shaderlab, hlsl
Gpu Planetary Rendering
GPU atmosphertic scattering and planet generation in Unity 3D
Stars: ✭ 92 (-70.03%)
Mutual labels:  unity, shader, hlsl
Dq Skinning For Unity
Stars: ✭ 93 (-69.71%)
Mutual labels:  unity, shaderlab, hlsl
Awesome Unity Shader
⛵ 关于炫酷的Unity3D Shader | About Cool Unity3D Shaders
Stars: ✭ 2,658 (+765.8%)
Mutual labels:  unity, shader, shaderlab

Unity-UI-Rounded-Corners

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


How to install

Package Manager

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

Unity Package

Get .unitypackage from releases

How to use

Same roundness

  • Attach ImageWithRoundedCorners to gameobject with Image
  • Сreate new material
  • Pick RoundedCorners shader
  • Attach material to ImageWithRoundedCorners and Image
  • Profit

Separate roundness

  • Attach ImageWithIndependentRoundedCorners to gameobject with Image
  • Сreate new material
  • Pick IndependentRoundedCorners shader
  • Attach material to ImageWithIndependentRoundedCorners and Image
  • Profit

Features

Changing roundness separately or all at once

Keeps round while resizing

Better quality than sprites

Supports Unity Mask

Supports Tint

Giving back

If this project has helped you and you'd like to contribute back, you can always buy me a ☕!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].