🐛 Fixed compile error when NjConsole is disabled with warnings-as-errors enabled. 🐛 Fixed type search in Object Inspector not working in WebGL.
🆕 Option to disable and strip NjConsole using #ifdef NJCONSOLE_DISABLE. Can also be toggled via Project Settings or API.
🆕 Stack traces are now clickable line by line — click any line in a stack trace (e.g. the third line) to jump to that method in your IDE.
✨ Log details panel is now resizable by dragging its top edge.
✨ Clicking a log referencing a Unity Object now pings it in the Hierarchy, similar to the default Unity Console.
🐛 Fixed not going to the correct line number in IDE when double-clicking a log.
🐛 Fixed initialization crash loop in some projects caused by ConsoleSettings
asset creation.
🐛 Fixed auto-scaling issues in Editor play mode on high-DPI screens.
🐛 Fixed shortcuts drag issues related to Unity 6.1
🚀 Our first version 🎉