14
Shader Graphs and Video Players
Two powerful features of Unity are the Video Player API and the Shader Graph tool. Between them, they offer easy and configurable ways configurable ways to work with visual content in games. For example, they help with loading and playing videos on different visible objects, and they also provide a comprehensive way for non-shader programmers to construct sophisticated shader transformations using a visual graphing approach. This chapter explores the Unity Shader Graph and Video Player components.
The Shader Graph tool
Shader Graph is a tool that allows us to visually build shaders by creating and connecting the input and output of nodes.
Some great Shader Graph features include the following:
- An instant, ...
Get Unity Cookbook - Fifth Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.