You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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