Create a Selection Highlight with Unity Shader Graph

Go to class
Write Review

Create a Selection Highlight with Unity Shader Graph provided by Coursera is a comprehensive online course, which lasts for 2 hours worth of material. Create a Selection Highlight with Unity Shader Graph is taught by Edward Falzon. Upon completion of the course, you can receive an e-certificate from Coursera. The course is taught in Englishand is Paid Course. Visit the course page at Coursera for detailed price information.

Overview
  • Shaders provide color and texture and some stunning visual effects to any game. Traditionally, shaders are written in code, and can be very complex to develop. Unity has introduced Shader Graph, a visual tool that allows non-coders to produce their own special-effect shaders. A highlight shader is a common effect in games, giving visual feedback to players as they search for interactible objects in a scene.

    In this one-hour, project-based course, you'll learn how to create a highlight shader using Unity's node-based Shader Graph. You'll become familiar with some of the basic nodes and their functions, building up a fully functional shader that has a configurable highlight component. You will also learn how to expose node properties to the Unity Inspector, allowing developers to use your shader just like any other in the editor.

    The guided project will introduce you to the following Unity concepts:
    - Shader Graph
    - Materials
    - Simple coding techniques including Materials.