June 2018
Intermediate to advanced
392 pages
8h 57m
English
To begin with, we will launch our new shader file that we just created and enter the code mentioned in the following steps:
Properties { _Color ("Color", Color) = (1,1,1,1) _MainTex ("Albedo (RGB)", 2D) = "white" {} _ScrollXSpeed ("X Scroll Speed", Range(0,10)) = 2 _ScrollYSpeed ("Y Scroll Speed", Range(0,10)) = 2 }
Properties{ _propertyName("Name in Inspector", Type) = value}
Each property contained in the Properties ...