Skip to content

Instantly share code, notes, and snippets.

@EliCDavis
Created June 27, 2018 03:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EliCDavis/3b439bee9a229262451ce4104fd65f50 to your computer and use it in GitHub Desktop.
Save EliCDavis/3b439bee9a229262451ce4104fd65f50 to your computer and use it in GitHub Desktop.
Material mat = gameObject.GetComponent<MeshRenderer>().material;
mat.SetColor("_EmissionColor", Color.red * Mathf.LinearToGammaSpace(x) * y);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment