Skip to content

Releases: yasirkula/UnityIngameDebugConsole

v1.3.1

28 Sep 22:24
Compare
Choose a tag to compare
- Multiple console commands with the same command name can now exist …

v1.3.0

14 May 19:31
Compare
Choose a tag to compare

Added Assembly Definition Files

v1.2.1

03 Mar 17:10
Compare
Choose a tag to compare
Fixed #21

v1.2: - Console now shows logs coming from all threads (#17)

02 Jan 10:08
Compare
Choose a tag to compare
- Added startMinimized option that can be enabled if enablePopup is disabled (it is basically a counterpart of startInPopupMode)
- Added DebugLogConsole.AddCommand for adding strongly typed functions as commands to the console
- Console commands now support Component parameter types
- Fixed #12 and #13