Releases: mminer/consolation
Releases · mminer/consolation
1.4.1
Fixed
- Replace
EditorGUIUtility.whiteTexture
with build-friendly Texture2D.whiteTexture
1.4.0
Added
- Ability to view log stack trace
- Option to use custom GUI skin (useful to customize scrollbar width)
Changed
- Make
Console
component properties public
Fixed
- Stop showing multiple duplicate logs when "Only Last Log" selected
1.3.1
Fixed
- Support Unity's Input System package
1.2.1
Fixed
- Make
Console
public so that it can be added via AddComponent
(courtesy of @uchar)
1.2.0
Added
- Option to only show last log message (courtesy of @LiorBanai)
1.0.1
Added
- Option to open window when the game starts
- Option to change font size of logs
Fixed
- Show logs from all threads (courtesy of @sonnybsj)