I use Post-Processing in my scene and I change color of gameobject in scene. When changing color there is no post-processing effects and it doesn't look lit anymore though it is. That happens unless color I set is black. If I change color in inspector material becomes normal. This is how I change the color.
`meshRenderer.material.color = syncedColor;`
↧