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
Greatly optimized scrolling performance by setting a max log length for logs that aren't expanded (Max Collapsed Log Length). By default, it's 200 characters
Disabled DebugLogItem.Button.Transition because it affected scrolling performance with little visual gain in return
Added "Log Item Font Override" property to optionally change logs' font asset (fixed #104)
Added "Copy All Logs On Resize Button Click" option (disabled by default)
DebugLogManager.GetAllLogs now optionally takes maxLogCount and maxElapsedTime parameters