June 2018
Intermediate to advanced
392 pages
8h 57m
English
With all of our assets gathered and the screen effect system running smoothly, let's begin to add the code necessary to both the script and shader. We will begin our coding with the RenderNightVision.cs script, so double-click on this file now to open it in your code editor of choice:
[ExecuteInEditMode]public class RenderNightVision : MonoBehaviour {
#region Variables public Shader curShader; public ...