needle-tools / needle-console

⚡ Improved Unity Console adding better log and stacktrace readability, log filtering, log hyperlinks and more
86 stars 7 forks source link

Can't get Code Preview to work #3

Closed neon-age closed 3 years ago

neon-age commented 3 years ago

It shows up only on messages that weren't demystified (right after installation), and only when log-view is focused.

GIF 10 03 2021 20-53-22

Code Preview Key is not assigned.

marwie commented 3 years ago

Hello, I fixed some issues with it showing up right after installation/after some layout changes. Which version are you currently using? Could you try either 1.1.0-pre.7 or 1.2.0-exp.2 ?

neon-age commented 3 years ago

I've tried in both versions and it was the same issue

marwie commented 3 years ago

Ah i reproduced it. It does not work when the path contains spaces. I'll check why

marwie commented 3 years ago

Ok I was not decoding the URI when making the path relative. Will push a fix in a minute

marwie commented 3 years ago

It's pending on OpenUPM. Let me know if it fixed it for you https://openupm.com/packages/com.needle.demystify/?subPage=pipelines

(pushed for 1.2.0-exp.3 and 1.1.0-pre.8)

neon-age commented 3 years ago

Damn you're fast! Yeah, this one seems to be fixed.

marwie commented 3 years ago

Awesome!