File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
com.unity.render-pipelines.core/Editor/Debugging
com.unity.render-pipelines.high-definition Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -378,6 +378,8 @@ void OnGUI()
378378 if ( GUILayout . Button ( Styles . resetButtonContent , EditorStyles . toolbarButton ) )
379379 {
380380 DebugManager . instance . Reset ( ) ;
381+ DestroyWidgetStates ( ) ;
382+ UpdateWidgetStates ( ) ;
381383 InternalEditorUtility . RepaintAllViews ( ) ;
382384 }
383385
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3535- Fixed broken rendering when duplicating a camera while the Rendering Debugger is opened.
3636- Fixed screen space shadow debug view not showing when no shadows is available.
3737- Fixed nullref from debug menu in release build (case 1381556).
38+ - Fixed debug window reset.
3839
3940### Changed
4041- Optimizations for the physically based depth of field.
You can’t perform that action at this time.
0 commit comments