Consolation Versions Save

In-game debug console for Unity.

1.4.1

9 months ago

Fixed

  • Replace EditorGUIUtility.whiteTexture with build-friendly Texture2D.whiteTexture

1.4.0

10 months ago

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

1 year ago

Fixed

  • Support Unity's Input System package

1.3.0

2 years ago

Added

  • collapseLogOnStart option (courtesy of @robinnorth)

1.2.1

3 years ago

Fixed

  • Make Console public so that it can be added via AddComponent (courtesy of @uchar)

1.2.0

3 years ago

Added

  • Option to only show last log message (courtesy of @LiorBanai)

1.1.0

4 years ago

Added

  • Option to scale UI

1.0.1

4 years ago

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)

1.0.0

6 years ago

First official release.