File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Plugins/IngameDebugConsole Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1- = In-game Debug Console (v1.6.7 ) =
1+ = In-game Debug Console (v1.6.8 ) =
22
33Documentation: https://github.com/yasirkula/UnityIngameDebugConsole
44FAQ: https://github.com/yasirkula/UnityIngameDebugConsole#faq
Original file line number Diff line number Diff line change @@ -650,7 +650,12 @@ private void OnDisable()
650650 private void Start ( )
651651 {
652652 if ( startMinimized )
653+ {
653654 HideLogWindow ( ) ;
655+
656+ if ( popupVisibility != PopupVisibility . Always )
657+ popupManager . Hide ( ) ;
658+ }
654659 else
655660 ShowLogWindow ( ) ;
656661
Original file line number Diff line number Diff line change 11{
22 "name" : " com.yasirkula.ingamedebugconsole" ,
33 "displayName" : " In-game Debug Console" ,
4- "version" : " 1.6.7 " ,
4+ "version" : " 1.6.8 " ,
55 "documentationUrl" : " https://github.com/yasirkula/UnityIngameDebugConsole" ,
66 "changelogUrl" : " https://github.com/yasirkula/UnityIngameDebugConsole/releases" ,
77 "licensesUrl" : " https://github.com/yasirkula/UnityIngameDebugConsole/blob/master/LICENSE.txt" ,
You can’t perform that action at this time.
0 commit comments