An open API service indexing awesome lists of open source software.

https://github.com/nbkredspy/unity-external-log-window

A Unity utility to create a color coded external window which outputs the Unity log.
https://github.com/nbkredspy/unity-external-log-window

color console debug external library logging tool unity window

Last synced: 4 months ago
JSON representation

A Unity utility to create a color coded external window which outputs the Unity log.

Awesome Lists containing this project

README

          

# Unity External Log Window

![Log Example](./media/LogExample.png)

Outputs the Unity log to an external window. The output is colored by log type and does not affect the normal logging.

This is similar to BepInEx's console window.

# Usage
Add the code below to add the console to Unity's logging system.

```csharp
UnityExternalLogWindow.ExternalLog.Attach();
```
# Notes

Closing the console window will close the Unity process.