Search Issue Tracker
Fixed in 12.0.0
Fixed in 10.8.0
Votes
0
Found in [Package]
12.0.0
Issue ID
1345783
Regression
No
[HDRP] It is not possible to disable the Runtime Debug Display window in the Editor
How to reproduce:
1. Create a new HDRP Template project
2. Enter Play mode
3. Press CTRL+Backspace or L3 and R3 (Left Stick and Right Stick) if using the controller
4. Observe that the Runtime Debug Display window is opened
Expected results: It is possible to disable this window or to remap the hotkey
Actual results: It is not possible to disable the Runtime Debug Display window in Editor or to remap its hotkey
Reproducible with: 2019.4.29f1(7.7.0), 2020.3.12f1(10.5.0), 2021.1.14f1(11.0.0), 2021.2.0b3(12.0.0), 2022.1.0a2(12.0.0)
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
- PropertyDrawer is unresponsive when ReorderableList() and DoList() is used
- Element UI disappears and NullReferenceException is thrown when dragging off the last or first element from the list in the Inspector
- [Silicon] Crash on ScriptableRenderLoopJob when machine is left idle while the Editor is in Play mode
- [Android] GraphicsBuffer.CopyCount does not work with Append Compute Buffer after Compute Shader Dispatch on some Android devices
- "DirectoryNotFoundException" error when building a project via script in one folder, then building via Editor in another, deleting the folder built via Editor and rebuilding via Script
Resolution Note (fix version 12.0.0):
Fixed in 2022.1.0a7
The Debug Window hotkey can now be disabled by setting:
DebugManager.instance.enableWindowHotkey = false;
Keep in mind this requires the UnityEngine.Rendering namespace
Resolution Note (fix version 10.8.0):
Fixed in Scriptable Render Pipeline HD package 10.8.0 available for 2020.3.18f1 and above