Search Issue Tracker
By Design
Votes
0
Found in
2021.2.0a10
Issue ID
1324684
Regression
No
[ShaderGraph] Global illumination emission field is decoupled from the emission color picker in the Inspector
Steps to reproduce:
1. Create a new URP project or open an existing one
2. Create a new Shader Graph by selecting Create > Shader Graph > URP > Lit Shader Graph
3. Assign a newly created shader to a material
4. Select the material
5. Notice how in the material inspector window, Global Illumination Emission field is not coupled to an Emission color picker
Notes:
- Only reproduces in URP
- Does not reproduce with empty shader graphs
- Reproduces both when using Lit shader graphs, and when using custom emission properties
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
- UI Toolkit throws warning and fails to clear references when fields are not typed as UnityEngine.Object
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
Resolution Note (2021.2.X):
The URP Lit SubTarget does not create its shader graphs with an emission color property by default. Adding one yields the intended material editor behavior.