Hey, guys. Trying to figure out how to set emission color through script using property blocks, and running into some issues. This is a pretty well documented process in some other older threads, but for some reason, no matter what I do, the emission intensity always comes out to 8. See script below. Suggestions appreciated.
MaterialPropertyBlock propBlock = new MaterialPropertyBlock();
propBlock.SetColor("_EmissionColor", new Color(0, 191, 0, 0));
materialRenderer.SetPropertyBlock(propBlock);