mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-01 11:12:49 +08:00
Add TMP bundle, make Debug Console "Clear" reset message count
This commit is contained in:
BIN
resources/tmp.bundle
Normal file
BIN
resources/tmp.bundle
Normal file
Binary file not shown.
@ -229,6 +229,7 @@ namespace UnityExplorer.UI.PageModel
|
||||
void ClearCallback()
|
||||
{
|
||||
m_textInput.text = "";
|
||||
AllMessages.Clear();
|
||||
}
|
||||
|
||||
var clearBtnColors = clearButton.colors;
|
||||
|
Reference in New Issue
Block a user