Releases: DavidF-Dev/Unity-DeveloperConsole
Releases · DavidF-Dev/Unity-DeveloperConsole
v1.0.5
v1.0.4
- 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
- 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
- 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
- Initial major release
Read the changelog for more details about this release
v0.2.2 Alpha
- 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
- 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
- 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
- Initial pre-release for internal testing