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
- “Frame Debugger On” text color not maintained across different Editor Themes in toolbar
- Rendering artefacts appear in the Game view window when maximizing/minimizing Inspector window and Frame Debugger is Enabled
- Threads dropdown in the Profiler is not scrollable even when not all options in the list are visible
- Memory leak when a lot of Particle Systems instantiated while Profiler is open
- "ArgumentOutOfRangeException" error is thrown when trying to delete letters from an RTL TextField when using the Advanced Text Generator
This is a duplicate of issue #626743