
Console Enhanced Pro v3.3.5 is a significantly improved editor console for Unity, designed to enhance debugging and log management. It supports Unity engine version 2019.4.40 or higher. Key features include:
– Callstack Navigation: Double-click any line in the callstack to jump directly to that point in the call stack.
– Custom Tabs & Categories: Organize logs into custom categories alongside Error, Warning, and Log tabs. Tabs can be defined using custom keywords, allowing developers to filter and manage log spam efficiently.
– Wrapper Function Support: Define custom wrapper functions in your project so that clicking on a log entry takes you directly to your function instead of defaulting to Debug.Log.
– DLL Support: ConsoleE can open source files compiled from DLLs, automatically opening them in the original Visual Studio solution that built the DLL (on Windows).
– Extendable: Developers can write high-level C# extensions to customize right-click menus, intercept selection events, or override how files are opened and categorized into tabs.