All Projects → westmark → Unity Mesh Outline

westmark / Unity Mesh Outline

Licence: mit
Unity Package for rendering outlines around meshes/objects

Labels

Projects that are alternatives of or similar to Unity Mesh Outline

Unity Miscellaneous Shaders
Miscellaneous Shaders in Unity, WIP(maybe?)
Stars: ✭ 403 (+2021.05%)
Mutual labels:  shaderlab
Unityoutlineshader
Source code for Outline Shader tutorial for Unity. Detects edges in a scene using the depth and normals buffers.
Stars: ✭ 450 (+2268.42%)
Mutual labels:  shaderlab
Fishmanshadertutorial
shader 中级教程
Stars: ✭ 575 (+2926.32%)
Mutual labels:  shaderlab
Unityfurshader
🐈 Fur shader for Unity.
Stars: ✭ 412 (+2068.42%)
Mutual labels:  shaderlab
Shaderproject
A container for all sorts of handy shaders.
Stars: ✭ 431 (+2168.42%)
Mutual labels:  shaderlab
Unityvisualizations
Collection of shaders and visual effects created for Unity 3D.
Stars: ✭ 472 (+2384.21%)
Mutual labels:  shaderlab
Unity Shader Demo
Some demo created by Unity Shader
Stars: ✭ 399 (+2000%)
Mutual labels:  shaderlab
Unity Postprocessing Old Monitor Shader
Camera effect for use in Unity with PostProcessingStackV2
Stars: ✭ 17 (-10.53%)
Mutual labels:  shaderlab
Lowpoly Water Unity
Low poly water with edge/shore blend. Similar to the awesome water in Monument Valley.
Stars: ✭ 448 (+2257.89%)
Mutual labels:  shaderlab
Unity Shaders
A bunch of shader examples created in Unity (ShaderGraph & Built-in) 🧙✨
Stars: ✭ 564 (+2868.42%)
Mutual labels:  shaderlab
Toonwatershader
Source code for Toon Water Shader tutorial for Unity. Renders and animates toon-style waves from a noise texture and generates shoreline foam based off the depth buffer.
Stars: ✭ 424 (+2131.58%)
Mutual labels:  shaderlab
Shadertutorials
unity shader tutorials
Stars: ✭ 429 (+2157.89%)
Mutual labels:  shaderlab
Unitypcss
Nvidia's PCSS soft shadow algorithm implemented in Unity
Stars: ✭ 533 (+2705.26%)
Mutual labels:  shaderlab
Sci Fi Ui
Stars: ✭ 411 (+2063.16%)
Mutual labels:  shaderlab
Addressables Sample
Demo project using Addressables package
Stars: ✭ 616 (+3142.11%)
Mutual labels:  shaderlab
Unitygrassgeometryshader
Source code for Grass Shader tutorial for Unity. Generates blades with a geometry shader, tessellates input mesh to control density.
Stars: ✭ 402 (+2015.79%)
Mutual labels:  shaderlab
Unityurpunlitscreenspacedecalshader
Unity unlit screen space decal shader for URP. Just create a new material using this shader, then assign it to a new unity cube GameObject = DONE, now you have unlit decal working in URP
Stars: ✭ 455 (+2294.74%)
Mutual labels:  shaderlab
Matcap
A shader to replace PBR and generate more beautiful materials
Stars: ✭ 18 (-5.26%)
Mutual labels:  shaderlab
Metaball Sample
Metaball-sample
Stars: ✭ 16 (-15.79%)
Mutual labels:  shaderlab
Anything about game
A wonderful list of Game Development resources.
Stars: ✭ 541 (+2747.37%)
Mutual labels:  shaderlab

unity-mesh-outline

Unity Package for rendering outlines around meshes/objects

Usage

Either clone this repo, or download the latest *.unitypackage from releases.

Add the OutlinePostEffect to your main camera. Drag and drop the two shaders DrawSimple and PostOutline to their respective receptors on the newly added OutlinePostEffect component.

Caveats

  • Currently the outline renders on top of everything else
  • There is no way(that I know of) to configure the outline width

If you know how to fix any of the above(and make it configurable) I would love a PR.

Credits

All credit for this work goes to the participants in the following thread on the Unity3D forums:

https://forum.unity.com/threads/can-we-use-new-unity-5-5-editor-outline-in-game.445885/

All I did was to bundle the code and make a few minor changes such as making the outline color configurable.

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].