You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*(If you want to see a commented version, go [here.](./Assets/Shaders/Tutorial_Shader.shader))*
592
593
593
594
## Part 7: Scripting and Shaders
594
595
@@ -652,6 +653,8 @@ Now notice when we start our game, the tint colour changes to magenta!
652
653
653
654

654
655
656
+
*(If you want to see a commented version of the script, go [here.](./Assets/Scripts/RainbowColour.cs))*
657
+
655
658
There are many functions for getting and setting properties for materials from within scripts, and you can find all of them [here.](https://docs.unity3d.com/ScriptReference/Material.html)
0 commit comments