bbbscarter / UberLogger

Replacement logging framework for Unity, with a new editor and in-game console
MIT License
475 stars 62 forks source link

Optimize Editor console #50

Open Mouserr opened 5 years ago

Mouserr commented 5 years ago

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...

bbbscarter commented 5 years ago

Thanks for this! Will have a proper look when I get a moment.