您最多选择25个主题
主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
790 B
790 B
Console Changelog
[2020-XX-XX] - 1.2.0
- Added a
Console.ExecuteCommand(string command)
to execute a command from script.
[2019-08-24] - 1.1.0
- No more preview label for the package
- Got rid of UGUI ScrollBar, only displays one TextField
- Scrolling uses PageUp/PageDown and custom scrolling system to reduce text rendering overhead
- In order to avoid using
Console.Console
even whenusing Console;
due to ambiguous calls,Console
namespace has been renamed toConsoleUtility
- Ensure command repeat history do not store contiguous duplicates.
[2019-04-10] - 1.0.1-preview
- Make Console Log Stacktraces on Error/Exception
- Disabled EventSystem GameObject (Can be enabled if used locally)
- Fixed Time Digits
[2019-01-15] - 1.0.0-preview
- Initial Release