Answers for "unity change emission color script"

C#
6

unity change emission color script

Material mymat = GetComponent<Renderer>().material;         mymat.SetColor("_EmissionColor", Color.red);
Posted by: Guest on June-06-2020

Code answers related to "unity change emission color script"

C# Answers by Framework

Browse Popular Code Answers by Language