Publisher | Dev2Box |
---|---|
File size | 492.34kB |
Number of files | 18 |
Latest version | 1 |
Latest release date | 2025-04-11 08:12:14 |
First release date | 2025-04-11 08:12:14 |
Supported Unity versions | 2018.4.2 or higher |







DebugForge is a modular debugging toolkit for Unity featuring a powerful custom console and real-time variable tracking.
It helps developers monitor and debug gameplay systems efficiently.
Features:
- 🔹 Custom debug console with log filtering by category
- 🔹 Captures Debug.Log, Warning, and Error from Unity
- 🔹 Category system configurable via Project Settings
- 🔹 Toggleable log types (log, warning, error) in the console
- 🔹 Track public/private variables with curve visualization
- 🔹 Multiple tracking modes: Update, FixedUpdate, LateUpdate
- 🔹 In-editor and runtime variable monitoring
- 🔹 Static tracking via code (TrackVariable) without a component
- 🔹 Display real-time debug info in UI (LogUI)
- 🔹 Display messages in world space (LogOnWorldSpace)
- 🔹 Editor windows for both console and variable viewer
- 🔹 Clean C# architecture, fully extensible