All Projects → wlgys8 → Sprites Outline

wlgys8 / Sprites Outline

Outline effect for Unity SpriteRenderer

Labels

Projects that are alternatives of or similar to Sprites Outline

Unity Postprocessing Old Monitor Shader
Camera effect for use in Unity with PostProcessingStackV2
Stars: ✭ 17 (-56.41%)
Mutual labels:  shaderlab
Inkpainter
Texture-Paint on Unity.
Stars: ✭ 849 (+2076.92%)
Mutual labels:  shaderlab
Npr
NPREffect
Stars: ✭ 32 (-17.95%)
Mutual labels:  shaderlab
Unity Mesh Outline
Unity Package for rendering outlines around meshes/objects
Stars: ✭ 19 (-51.28%)
Mutual labels:  shaderlab
Stylisedwater surfaceshader
Simple water shader in the style of Zelda: Wind Waker
Stars: ✭ 26 (-33.33%)
Mutual labels:  shaderlab
Geotoybox
Stars: ✭ 13 (-66.67%)
Mutual labels:  shaderlab
Addressables Sample
Demo project using Addressables package
Stars: ✭ 616 (+1479.49%)
Mutual labels:  shaderlab
Uiblur
UI Blur Shader
Stars: ✭ 35 (-10.26%)
Mutual labels:  shaderlab
Shaderlabvs
ShaderlabVS is a Visual Studio plugin for Unity Shaderlab programming
Stars: ✭ 841 (+2056.41%)
Mutual labels:  shaderlab
Shader101
B站视频的Code
Stars: ✭ 29 (-25.64%)
Mutual labels:  shaderlab
Voxel Raymarching
Volemetric data raymarching renderer
Stars: ✭ 22 (-43.59%)
Mutual labels:  shaderlab
Npr Cartoon Shader Library
NPR-Cartoon-Shader-Library for Unity3D
Stars: ✭ 25 (-35.9%)
Mutual labels:  shaderlab
2d Shaders Book Foundations Exercises
Exercises for the first book of the 2D Shader Development series.
Stars: ✭ 15 (-61.54%)
Mutual labels:  shaderlab
Matcap
A shader to replace PBR and generate more beautiful materials
Stars: ✭ 18 (-53.85%)
Mutual labels:  shaderlab
Stanford Bunny Fur With Unity
Using the Geometry Shader to generate fur on GPU.
Stars: ✭ 33 (-15.38%)
Mutual labels:  shaderlab
Metaball Sample
Metaball-sample
Stars: ✭ 16 (-58.97%)
Mutual labels:  shaderlab
Testbedhdrp
Testbed project for Unity HDRP (High Definition Render Pipeline)
Stars: ✭ 859 (+2102.56%)
Mutual labels:  shaderlab
Unity Cubeprojector
Stars: ✭ 38 (-2.56%)
Mutual labels:  shaderlab
Cubism Shader
A shader that creates a cubism effect based on voronoi segmentation in Unity 3d
Stars: ✭ 34 (-12.82%)
Mutual labels:  shaderlab
Shaderlibs
topameng's shader libs
Stars: ✭ 27 (-30.77%)
Mutual labels:  shaderlab

利用Shader来实现Sprite的Outline效果

  • 只需在SpriteRenderer上绑定SpriteOutline组件,即可实现Outline效果

    • OutlineSize控制厚度

    • Color控制颜色

image

  • Demo效果图:

image

使用限制

  • Sprite MeshType 必须为FullRect
  • Sprite的图片四周留一定的空白。否则生成的SpriteRenderMesh将没有足够的空间用于渲染Outline
  • Outline的厚度无法超过Sprite最细的部分
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].