Skip to content

Commit b96fe53

Browse files
committed
fix(ui,log) : show correct log levels in UILogWindow on native initialized platforms
1 parent 58405f2 commit b96fe53

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Assets/Plugins/Source/Core/EOSManager.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,10 @@ public void Init(IEOSCoroutineOwner coroutineOwner, string configFileName)
586586
hasSetLoggingCallback = true;
587587
}
588588

589+
// The log levels are set in the native plugin
590+
// This is here to sync the settings visually in UILogWindow
591+
InitializeLogLevels();
592+
589593
InitializeOverlay(coroutineOwner);
590594
return;
591595
}

0 commit comments

Comments
 (0)