Search Issue Tracker
Fixed in 2019.1.X
Fixed in 2017.4.X, 2018.4.X
Votes
0
Found in
2017.2.0a1
2018.2.2f1
Issue ID
1070614
Regression
Yes
Frame Debugger does not display all additional Shader keywords when debugging a built player
How to reproduce:
1. Open the user-submitted project(ShaderKeywords)
2. Build the project as a Development Build and open it
3. Back in the Editor open the Frame Debugger window
4. Enable the Frame Debugger for the Editor, find Draw Mesh Cube event and check its keywords
5. Attach the Frame Debugger to the build, find the 'Draw Mesh' event for the Cube and check its keywords
Expected result: _METALLICGLOSSMAP keyword is among the keyword list
Actual result: _METALLICGLOSSMAP is missing from the keyword list
Reproducible with: 2017.2.3p2, 2018.4.9f1, 2018.1.9f2, 2018.2.6f1, 2018.3.0a10
Not reproducible with: 2017.1.5f1
Notes:
Additional keywords are still listed if using Debug.LogError to list the keywords in the player
Different versions of Unity may produce different keyword results when debugging the build
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Model and Prefab Preview icons are not updated after upgrading associated Materials to URP
- Game view is rendered white when viewing the Editor with HDR display and Post Proccesing is enabled on the Main Camera with 2D URP
- "GetPreferedValue" returns max value when using auto-sizing
- UI Builder doesn't update the style sheet when using "Extract inline style" right-click option
- “Assertion failed on expression” errors thrown when undoing Nodes creation with keyboard shortcut
Add comment