
Hierarchy Oriented Debug Console marks debug logs (error, warning, info, etc.) in the hierarchy window for any game object. Allows you to have separate debug console window for each game object.Important: Please note that the minimum Unity version for this package is 2023.1.Is it difficult to navigate through hundreds of logs from dozens of game objects in the classic console window? Or is it annoying to find logs from a specific game object? What if a tool could filter logs by game objects and mark them in a hierarchy?The Hierarchy-Oriented Debug Console is a simple but useful Editor tool. Whenever any game object receives any type of debug log, the package marks it in a hierarchy. If you click on it, a debug console window specific to the relevant object will open. This way, you can focus on errors and faulty objects more easily.HIGHLIGHTSSuper easy to use, no additional setup required.Filtering logs by type (errors, warnings and info).Search in logs.Callstack available.Copy logs easily.Open the relevant lines in your script via your code editor.Customizable priority.Customizable alignment.Log counter.Zebra stripingSource code available.Documentation available in PDF format.IMPORTANTThis package uses ConsoleWindowUtility.consoleLogsChanged event to listen changes in the console window and the ConsoleWindowUtility class is available starting from Unity 2023.1. As a result of this, the minimum Unity version for this package is 2023.1.