Add TMP bundle, make Debug Console "Clear" reset message count

This commit is contained in:
sinaioutlander 2020-11-08 22:53:18 +11:00
parent d038d13867
commit 3783638c89
2 changed files with 1 additions and 0 deletions

BIN
resources/tmp.bundle Normal file

Binary file not shown.

View File

@ -229,6 +229,7 @@ namespace UnityExplorer.UI.PageModel
void ClearCallback() void ClearCallback()
{ {
m_textInput.text = ""; m_textInput.text = "";
AllMessages.Clear();
} }
var clearBtnColors = clearButton.colors; var clearBtnColors = clearButton.colors;