Skip to content

Commit 4380b95

Browse files
rolandk-unityEvergreen
authored andcommitted
Fixed: Unclear warning message in Rendering Debugger about the Play mode Debugger Overlay
1 parent 9dad854 commit 4380b95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Packages/com.unity.render-pipelines.universal/Runtime/Debug/DebugDisplaySettingsRendering.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ public SettingsPanel(DebugDisplaySettingsRendering data)
600600
{
601601
new DebugUI.MessageBox
602602
{
603-
displayName = "The values on the Rendering Debugger editor window might not be accurate. Please use the playmode debug UI (Ctrl+Backspace).",
603+
displayName = "The values in the Rendering Debugger editor window might not be accurate. Please use the Rendering Debugger Overlay instead (Ctrl+Backspace in Play mode).",
604604
style = DebugUI.MessageBox.Style.Warning,
605605
},
606606
DebugDisplaySettingsHDROutput.CreateHDROuputDisplayTable()

0 commit comments

Comments
 (0)