DebugForge
Custom debug console and variable tracker for Unity with real-time UI logging, in-scene messages, and category-based filtering. Great for profiling and debugging gameplay systems.
by Dev2Box
Price History +
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