needle-console icon indicating copy to clipboard operation
needle-console copied to clipboard

⚡ Improved Unity Console adding better log and stacktrace readability, log filtering, log hyperlinks and more

Results 13 needle-console issues
Sort by recently updated
recently updated
newest added

The Logging package is a versatile and highly configurable structured asynchronous logging solution. In addition to what you would expect from a traditional logging package (level, timestamp, stacktrace), it contains...

It would be great to be able to filter like this : Debug.Log($"[Setup] Setting current setup to {setupInfo.Type.Name}."); And then in the editor console : ![image](https://user-images.githubusercontent.com/4276275/234736692-4275bffb-81d4-407d-bd01-1892541803f9.png)

enhancement

![image](https://user-images.githubusercontent.com/17669733/221455116-a1016eda-4636-400c-b102-aa8f2676f89c.png) if i use code preview feature then it is invisible. how to fix it?

waiting for info

After installing on Unity 2020.3.27f1 I get the following errors: ![image](https://user-images.githubusercontent.com/157223/204151174-538614ec-83e4-4feb-beef-8fabb0cc2b70.png)

duplicate

This happens on both my work PCs and a colleague's pc in the same editor 2020.3.38f1 Just using the starter project from here with matching editor version, it's been doing...

waiting for info

A project contains this package will be forced to use the `Demystify-System.Runtime.CompilerServices.Unsafe.dll`, thus any function that depends on `Unsafe` version `6.0.0` will throw `MissingMethodException`.

![image](https://user-images.githubusercontent.com/5083203/125607544-1563d5cf-c2cd-4d11-9f2c-1e8dd467bf50.png) via https://github.com/needle-tools/needle-console/issues/9

enhancement

![image](https://user-images.githubusercontent.com/5083203/125607431-928ec45e-e709-4018-88a4-31aff7e86e9b.png) via https://github.com/needle-tools/needle-console/issues/9

enhancement

Ben.Demystifier works great with stock `Task`s, is it possible to provide same support for [UniTask](https://github.com/Cysharp/UniTask)? ![image](https://user-images.githubusercontent.com/8434406/115705015-b3064b00-a374-11eb-9e36-0510e77b1e2b.png)

enhancement
question

Texts in the red boxes are full class names, but the first part of them are still wrongly highlighted as namespaces. ![2021-03-09_14-37-18](https://user-images.githubusercontent.com/1594982/110434919-f79b9700-80e4-11eb-9e76-5d6058f3cb20.png) ![2021-03-09_14-29-39](https://user-images.githubusercontent.com/1594982/110434500-793ef500-80e4-11eb-90b3-351f1dec98a5.png) The white bracket highlighted in the image...

bug