Reader small image

You're reading from  Become a Unity Shaders Guru

Product typeBook
Published inJul 2023
Reading LevelN/a
PublisherPackt
ISBN-139781837636747
Edition1st Edition
Languages
Tools
Right arrow
Author (1)
Mina Pêcheux
Mina Pêcheux
author image
Mina Pêcheux

Mina Pêcheux is a freelance content creator who has been passionate about game development since an early age. She is a graduate of the French Polytech School of Engineering in applied mathematics and computer science. After a couple of years of working as a data scientist and web developer in startups, she turned to freelancing and online instructional content creation to reconnect with what brightens her days: learning new things everyday, sharing with others and creating multi-field projects mixing science, technology, and art.
Read more about Mina Pêcheux

Right arrow

Improving our toon shader

Up to this point, we have set up the basis of a toon shader to have a custom cel-shading system. To bring it further, we can explore another common feature for cartoon renders, and discuss how to use the Shader Graph tools to organize our graph better.

So, in the following sections, we will add an outline to our shader, and see some interesting techniques to make our shader easier to read and use.

Adding an outline to our shader

Many toon shaders combine the cel-shading with a contour to remind of the aesthetics of comics. This can give your render a nice look, and it is also a good way to highlight the characters, or the important elements in your scene and separate them from the background.

To give you an idea of how it impacts the visual, Figure 5.27 shows what our scene will look like with the new outline feature applied:

Figure 5.27 – Small scene using our toon shader with its new outline feature

Figure 5.27 – Small scene using our toon shader with its new outline feature

To create...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Become a Unity Shaders Guru
Published in: Jul 2023Publisher: PacktISBN-13: 9781837636747

Author (1)

author image
Mina Pêcheux

Mina Pêcheux is a freelance content creator who has been passionate about game development since an early age. She is a graduate of the French Polytech School of Engineering in applied mathematics and computer science. After a couple of years of working as a data scientist and web developer in startups, she turned to freelancing and online instructional content creation to reconnect with what brightens her days: learning new things everyday, sharing with others and creating multi-field projects mixing science, technology, and art.
Read more about Mina Pêcheux