Instance Log's icon

Instance Log 1.0.0 Tools 4.0 Community

Submitted by user codevogel; MIT; 2026-08-15

Instance Log is a Godot editor plugin for debugging projects that run multiple game instances at once (for example, host + clients in multiplayer tests).

It adds an Instance Log panel next to Godot's Output panel and groups each message by instance role (like server, client_0, client_1) with color tags.

Features:
- Editor bottom panel named **Instance Log**
- Per-instance session tracking through `EditorDebuggerPlugin`
- Role-aware logging with configurable role colors
- Set role from code or command-line argument
- Toolbar controls:
- Autoscroll
- Show Unix Timestamp
- Clear On Play
- Split View
- Clear


View files Download Submit an issue Recent Edits