From the course: Unity 3D 2019 Essential Training

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Intro to Shader Graph

Intro to Shader Graph - Unity Tutorial

From the course: Unity 3D 2019 Essential Training

Start my 1-month free trial

Intro to Shader Graph

- Shader Graph is a great tool to build your own shaders, and people have used it to create all kinds of cool effects such as ocean water, translucent characters, and more. I went ahead and created a water shader for you to use in the exercise files, that will import into a project and explore how I built it. So let's go ahead and import the package. So the first thing you're going to do is click on assets, import package, click on, custom package, and then you want to go into the exercise files and then resources, water shader, and then water shader unity package. And open this package. And you want to import everything that's in that folder. So now you should see in the assets of water shader folder, and if you click on it, you're going to see one, a shader graph, a material that you can use, and then some examples of water bumps that you can use inside of the material. So there's two things we're going to do. If you…

Contents