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.
- Host: GitHub
- URL: https://github.com/nbkredspy/unity-external-log-window
- Owner: NBKRedSpy
- License: mit
- Created: 2024-11-29T06:10:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-01T04:23:35.000Z (over 1 year ago)
- Last Synced: 2025-02-20T21:52:26.342Z (over 1 year ago)
- Topics: color, console, debug, external, library, logging, tool, unity, window
- Language: C#
- Homepage:
- Size: 1.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Unity External Log Window

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.