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
- Crash on TextCore::OTL_TableReader::GetOpenTypeLayoutTables when using Japanese Font as TMP Fallback
- TreeView.AddItem performance regression when opening EditorWindow
- Shadows are not visible in Player when using DX12 with Forward+ or Deferred+ rendering in URP
- Rendering Debugger Playmode debug UI scrolling is jittery when using click and drag to scroll
- Frame Debugger Target Selection Search Results window becomes too tiny to even see the default “Editor” selection when there are no search results
This is a duplicate of issue #626743