
Enhanced Unity Console with tagging, advanced search, and log saving – ideal for debugging complex projects directly in the Editor.Enjoy the tool (Window/Console++)Familiar UI, Powerful ExtensionsConsole++ is a powerful replacement for Unity's default Editor console, designed to streamline debugging in large or modular projects. Its familiar UI ensures zero learning curve, while added features like tag-based filtering, grouped collapsed views, and deep search modes unlock advanced debugging workflows.Seamless Log ManagementLogs can be saved and reloaded in JSON format, stack traces are clickable without modifier keys, and tag-based grouping allows developers to isolate logs by system (e.g., AI, Networking, UI). Console++ is Editor-only and seamlessly integrates into existing workflows.Flexible Tagging SystemBuilt-in helper classes (CppMonoBehaviour, AutoTagDebug, TagDebug) provide flexible, attribute-based or manual tag injection into your log messages – with automatic fallback to class names. Console++ is especially useful for teams working on layered logic, larger projects, or tools.This package extends the Unity Editor console (as new window) with advanced logging and filtering features that make debugging faster, more structured, and easier to scale.Editor-only replacement for Unity ConsoleTag-based logging system (auto/manual/custom)Collapse by tag or messageReal-time grouped preview for collapsed logsFull log details: content, stack trace, tag, timestampSave/load full log sessions to/from JSONAdvanced search: search full log content including stack tracesAttribute-based tagging via [TagLog("YourTag")]Three logging helpers:CppMonoBehaviour (auto-tagging with attributes)AutoTagDebug (drop-in Debug replacement)TagDebug (manual tag passing)Clickable stack trace without Ctrl+ClickLog counters show full numbers (not capped at 99)Lightweight and performant even on large log volumes⚠ Console++ is Editor-only and has no runtime overhead in builds.Prepare description and documentation of package and research unity documentation.