Releases: yasirkula/UnityIngameDebugConsole
Releases · yasirkula/UnityIngameDebugConsole
v1.5.7
v1.5.6
- While the log window is hidden, some CPU-heavy tasks aren't executed
- Added "Queued Log Limit" property to limit the number of logs that are queued and not processed while the log window is hidden
- Added "Receive Logs While Inactive" property to intercept incoming logs even if the console window's GameObject is deactivated
- Added "Received Log Types" property to completely exclude certain log types from the console window (e.g. info logs, warning logs). These logs won't be processed at all
- Fixed collapsed logs' timestamps not being updated while the log window is hidden
- Search now considers i, ı, İ and I letters as the same
v1.5.5
v1.5.3
v1.5.2
v1.5.1: Added timestamps
Added option to show timestamps of logs (disabled by default for maxi…
v1.5.0: - Copy log button now works in WebGL, as well (fixed #58)
v1.4.9
v1.4.8
v1.4.7: New Input System compatibility
Popup now works properly in "Screen Space - Camera" and "World Space"…