Releases: yasirkula/UnityIngameDebugConsole
Releases · yasirkula/UnityIngameDebugConsole
v1.6.9
v1.6.8
Minor fixes:
- Fixed popup being visible when game starts even though "Popup Visibility" is set to "When Log Received" and "Start Minimized" is enabled
- Potential fix for "No such proxy method" error when "Receive Logcat Logs in Android" is enabled
- Better prefab override hadling for "Popup Visibility" log filter
- DebugLogConsole parses number inputs using InvariantCulture
v1.6.7
- 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