All notable changes to Consolation will be documented in this file.
The format is based on Keep a Changelog. We adhere to Semantic Versioning.
- Replace
EditorGUIUtility.whiteTexture
with build-friendlyTexture2D.whiteTexture
- Ability to view log stack trace
- Option to use custom GUI skin (useful to customize scrollbar width)
- Make
Console
component properties public
- Stop showing multiple duplicate logs when "Only Last Log" selected
- Support Unity's Input System package.
collapseLogOnStart
option (courtesy of @robinnorth)
- Make
Console
public so that it can be added viaAddComponent
(courtesy of @uchar)
- Option to only show last log message (courtesy of @LiorBanai)
- Option to scale UI
- Option to open window when the game starts
- Option to change font size of logs
- Show logs from all threads (courtesy of @sonnybsj)
First official release.