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 ) =
2
2
3
3
Documentation: https://github.com/yasirkula/UnityIngameDebugConsole
4
4
FAQ: https://github.com/yasirkula/UnityIngameDebugConsole#faq
Original file line number Diff line number Diff line change @@ -650,7 +650,12 @@ private void OnDisable()
650
650
private void Start ( )
651
651
{
652
652
if ( startMinimized )
653
+ {
653
654
HideLogWindow ( ) ;
655
+
656
+ if ( popupVisibility != PopupVisibility . Always )
657
+ popupManager . Hide ( ) ;
658
+ }
654
659
else
655
660
ShowLogWindow ( ) ;
656
661
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.yasirkula.ingamedebugconsole" ,
3
3
"displayName" : " In-game Debug Console" ,
4
- "version" : " 1.6.7 " ,
4
+ "version" : " 1.6.8 " ,
5
5
"documentationUrl" : " https://github.com/yasirkula/UnityIngameDebugConsole" ,
6
6
"changelogUrl" : " https://github.com/yasirkula/UnityIngameDebugConsole/releases" ,
7
7
"licensesUrl" : " https://github.com/yasirkula/UnityIngameDebugConsole/blob/master/LICENSE.txt" ,
You can’t perform that action at this time.
0 commit comments