Linework: Easy Outlines, Edges and Fills
Alexander Ameye
$45.00
Date |
Price |
---|---|
Date |
Price($) |
09/10(2024) |
45.0 |
09/10(2024) |
31.5 |
09/24(2024) |
45.0 |
10/30(2024) |
19.8 |
11/14(2024) |
45.0 |
11/23(2024) |
45.0 |
Jump AssetStore
Linework - A Practical Toolkit for Rendering OutlinesLinework is compatible with Unity 6 or Unity 2022.3 and the Universal Render Pipeline. Other combinations are not supported. See https://linework.ameye.dev/support/compatibility for more information.With Linework you can easily render outlines and fill effects.5+ years in the making, Linework is the culmination of years of experimentation that I have done with outline rendering in Unity. Made with love ❤️.Documentation and Roadmap | Discord | Twitter✅ Multiple techniques.There is no one-size-fits-all solution for outlines. Linework includes multiple techniques, balancing visual fidelity and performance.✅ Performant.Leveraging the power of the SRP batcher and the Unity 6 Render Graph, Linework is able to render multiple outlines within a single batch.✅ Easy to use.A considerable amount of development time has gone into finetuning the user experience for Linework so that it is as user-friendly as possible while still being flexible.FeaturesSupport for Unity 6, Unity 2022.3 and URPFast Outline effect for rendering simple outlines using vertex extrusionSoft Outline effect for rendering soft and glowy outlinesWide Outline effect for rendering consistent and smooth outlinesEdge Detection effect for rendering a full-screen outline effect that applies to the whole sceneSurface Fill effect for rendering screen-space fill effects and patternsUse rendering layers to easily configure per-object outlines and stack effectsCustom editor UI and settings for easy authoring of outlinesFull source code includedExtensive documentationGreat supportCompatible with alpha cutout shaders (https://linework.ameye.dev/features/alpha-cutout for more info)Compatible with MacOS, Windows, WebGL and iOS (for other platforms, see https://linework.ameye.dev/support/compatibility)Compatible with the DOTS Hybrid Renderer (experimental)LimitationsLinework is compatible with Unity 6 or Unity 2022.3 and the Universal Render Pipeline. Other combinations are not supported. More information at https://linework.ameye.dev/support/compatibility.The character used in the promotional artwork is Jammo from Mix and Jam. It is not included but you can download it for free from the asset store. Thanks to the Mix and Jam team!Linework contains 5 effects to render outlines and fills. These can be added as renderer features to your URP renderer.Fast Outline: Renders outlines by rendering an extruded version of an object behind the original object.Soft Outline: Renders outlines by generating a silhouette of an object and applying a dilation/blur effect, resulting in smooth, soft-edged contours around objects.Wide Outline: Renders an outline by generating a signed distance field (SDF) for each object and then sampling it. This creates consistent outlines that smoothly follows the shape of an object.Edge Detection: Renders outlines by detecting edges and discontinuities within the scene, such as differences in *depth*, *normal vector*, *color*, or *custom input buffers*. This process creates a consistent outline effect that is applied uniformly across the entire scene, making it suitable for both external and internal object boundaries.Surface Fill: Renders fills by rendering an object with a fill material.Each effect has an extensive range of settings such as- which objects the outline is applied to (using the rendering layer system)- the visuals of the outline (thickness, color etc.)- the behavior of the outline (where it should appear)