Unity-Logs-Viewer icon indicating copy to clipboard operation
Unity-Logs-Viewer copied to clipboard

Using this tool you can easily check your editor console logs inside the game itself! No need to go back to the project and do any tests to track the problems!

Results 25 Unity-Logs-Viewer issues
Sort by recently updated
recently updated
newest added

- Particularly prevents naming conflict between namespace "Editor" for "/Assets/Editor/" and "class ReporterEditor : Editor". - Namespaces are used to prevent any future conflicts instead of changing "class ReporterEditor :...

- Updated to match the value in asset store unity package.

Updating to the ones in asset store unity package.

The base class of `ReporterEditor` is named `Editor`. However, this clashes with namespace `Editor` used for Editor folders in Unity. I suggest moving plugin files to their own namespace: ```c#...

I can't press the close button when the status bar is displayed on iPhone 11 Pro. Can you support the Safe Area?

There is an rare-observed issue as NGUI and Log Viewer co-existing in Unity 2018 on mobile platforms. Because rare articles encountered and talked about this, I think it is worthy...

I have imported the file into my project but the calls using the 'Input' namespace isn't supported with the Unity input system. I have implemented my own fixes to the...

Getting this error during runtime in the Editor: NullReferenceException: Object reference not set to an instance of an object Reporter.Update () (at Assets/Unity-Logs-Viewer/Reporter/Reporter.cs:1844)

like your example: **in pc, display print LogError:** Test LogError 97 UnityEngine.Debug:LogError(Object) TestReporter:Update() (at Assets/Reporter/Test/TestReporter.cs:84) **but in android, display print LogError:** Test LogError 97 In android, can display the file...

I found it does work on my realme 6. However, the fonts are too small to be seen. I didn't even notice it until much later. I also notice that...