# UnityOutlineShader **Repository Path**: mokefyni/UnityOutlineShader ## Basic Information - **Project Name**: UnityOutlineShader - **Description**: Source code for Outline Shader tutorial for Unity. Detects edges in a scene using the depth and normals buffers. - **Primary Language**: Unknown - **License**: Unlicense - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Outline Shader for Unity Unity 2018.3 project source for completed [Outline Shader Tutorial](https://roystan.net/articles/outline-shader.html) from the site [roystan.net](https://roystan.net/). ![alt text](https://i.imgur.com/wWU7Q6d.png) Uses the depth and normals buffers to generate outlines of variable thickness and color.