Skip to content

v1.6.7

Compare
Choose a tag to compare
@yasirkula yasirkula released this 08 Mar 21:06
· 22 commits to master since this release
  • Added an option to show popup only when a log is received
  • Added opacity settings for log window and popup (closed #90)
  • Combined "Start Minimized" and "Enable Popup" options (only "Start Minimized" remains)
  • Removed all built-in commands except 'help' (#92) (reverted #54). It's better to have these commands opt-in rather than opt-out. Built-in commands can be reactivated by adding IDB_ENABLE_HELPER_COMMANDS compiler directive in Player Settings
  • Added DebugLogConsole.GetAllCommands method to return list of all commands
  • Added DebugLogConsole.OnCommandExecuted event that's invoked each time a command is executed