2. Your First Unity Shader
Claudia Doppioslash1Â
(1)Liverpool, Merseyside, UK
Â
In the previous chapter, we introduced many of the concepts necessary to develop real-time lighting shaders. In this chapter, Iâll get you started with the practical side of shader development in Unity. Youâll install Unity (if you havenât done so already) and learn how the shader editing workflow works in Unity. To do that, weâll create a basic project and write a simple shader, so you can put into practice some of the things that you learned in the last chapter.
Introduction to Unity
In order to write shaders, you need ...