Open
Conversation
Make all lines fixed height Add full message in details section
Only update new log lines. Cache gui styles.
Owner
|
Thanks for this! Will have a proper look when I get a moment. |
|
Calculating filter only for new log lines saved my day. This improves Uber Console performance starting at 1k logs a lot. |
JaXt0r
added a commit
to Gothic-UnZENity-Project/Gothic-UnZENity
that referenced
this pull request
Apr 19, 2025
…sole" window by Unity. Applied PR: bbbscarter/UberLogger#50
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This modifications could made work with UberLogger much easier in Editor by very little redesign cost (#39).
But it's still has very bad performance, mostly cause of processing stackTrace just after log call.
It's actually not so necessary, cause you need access to separate stack trace lines only on line select (or I'm missing smth?). Any way, that optimization would need much more time and changes to core logic...