D
D
Documentation
Outlines Pack for URP
Search
⌃K
Links

Introduction

Package contains three solutions for rendering outlines. You can easily add any of these to your game.
Screen Space outlines (e.g. Blur outlines and Edge detection outlines) does not support WebGL and VR.
Easy outlines shader - per object shader. Perfect if you need to outline only character or few game objects. You can also use it to outline whole layer of objects. Because of the UV baking tool that comes with the pack. You can create good looking outline even for flat shaded objects.
This shader is URP version of "Easy Outline Shader".
Edge detecion outlines - fully screen space shader. Perfect for making your whole game, or just selected objects, outlined. You are able to choose which objects have this outline, because it works 'per layer'.
Blur outlines - fully screen space shader. Perfect for highlighting objects.You are able to choose which objects have this outline, because it works 'per layer'.

Setup

1) Import the package from the asset store.
2) Select EasyOutlinesURP.unitypackage and import it.
3) Navigate to the EasyOutlines folder
4) Select EasyOutlineURP.unitypackage and import it.
Last modified 21d ago