Skip to content

Releases: DavidF-Dev/Unity-DeveloperConsole

v1.0.5

Choose a tag to compare

@DavidF-Dev DavidF-Dev released this 03 Apr 02:53

v1.0.4

Choose a tag to compare

@DavidF-Dev DavidF-Dev released this 09 Dec 04:24
  • Added average fps as a static property.
  • Changed fps display to be treated as a tracked stat label.
  • Changed C# evaluation to be the default behaviour when no command is specified.
  • Fixed some issues.

Read the changelog for more details about this release

v1.0.3

Choose a tag to compare

@DavidF-Dev DavidF-Dev released this 31 Oct 00:38
  • Added notice in console when C# evaluation is not supported.
  • Added command to change stats font size (stats_fontsize).
  • Added option for custom names when declaring a tracked field or property via an attribute.
  • (Hopefully!) fixed an exception not being caught when using Mono on an unsupported platform.

Read the changelog for more details about this release

v1.0.2

Choose a tag to compare

@DavidF-Dev DavidF-Dev released this 30 Oct 05:46
  • Added user-defined developer console stats which are displayed on-screen.
  • Changed preferences file to be deleted when unable to load correctly.
  • Fixed exceptions not caught when initialising the developer console.

Read the changelog for more details about this release

v1.0.0

Choose a tag to compare

@DavidF-Dev DavidF-Dev released this 22 Aug 00:00
  • Initial major release

Read the changelog for more details about this release

v0.2.2 Alpha

v0.2.2 Alpha Pre-release
Pre-release

Choose a tag to compare

@DavidF-Dev DavidF-Dev released this 20 Aug 02:39
  • Added real-time parameter information when typing out a command
  • Added commands for executing C# expressions or statements
  • Added Color parameter type
  • Fixed Unity logs from other threads not showing
  • Fixed scroll view not snapping to the bottom intuitively

Read the changelog for more details about this release

v0.2.1 Alpha

v0.2.1 Alpha Pre-release
Pre-release

Choose a tag to compare

@DavidF-Dev DavidF-Dev released this 09 Aug 06:31
  • Added documentation
  • Added buttons to increase/decrease the log font size
  • Command suggestions / autocomplete now also works with aliases
  • Fixed long-standing issue with logging long text in one frame

Read the changelog for more details about this release

v0.1.9 Alpha

v0.1.9 Alpha Pre-release
Pre-release

Choose a tag to compare

@DavidF-Dev DavidF-Dev released this 05 Aug 01:47
  • Added new events
  • Added new commands
  • Added helper methods
  • Fixed issues to do with interacting with the input field

Read the changelog for more details about this release

v0.1.7 Alpha

v0.1.7 Alpha Pre-release
Pre-release

Choose a tag to compare

@DavidF-Dev DavidF-Dev released this 29 Jul 00:29
  • Initial pre-release for internal testing