Search Issue Tracker
Duplicate
Votes
0
Found in
Issue ID
719331
Regression
No
Emission color is only visible when inspector of intanced material is expanded or Emission keyword is enabled
Steps to reproduce:
1. Open attached project
2. Open scene "ShaderPropertyBug"
3. Run scene
4. Notice that cube is red
5. Select "Cube" in hierarchy
6. Expand its instance of material
7. Notice that when material gets expanded, emission is applied
Expected result: Emissive property is applied as soon as the scene is played
Workaround: Since emission is applied using Renderer.material.SetColor("_EmissionColor", Color.white ); add Renderer.material.EnableKeyword("_EMISSION");
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
This is a duplicate of issue #626743