Search Unity

Showcase I made a website to view Unity log files

Discussion in 'Scripting' started by virtualmaker, Mar 15, 2023.

  1. virtualmaker

    virtualmaker

    Joined:
    Oct 22, 2016
    Posts:
    82
    Sometimes I download a Unity log file to debug an issue and find it to be unreadable compared to the editor console. So, I made a website with an interface just like the editor console to view logs. Meet Proxima Log Viewer!

    https://app.unityproxima.com



    Features:
    • View logs in a list like the editor. Click on logs to see full message and stack (if available). It will try to detect if the log is info/warning/error from the stack.
    • Filter logs by type or search query
    • Collapse similar logs.
    • Dynamically loads/unloads logs as you scroll for performance.

    This is a side project that came out of developing Proxima Inspector, which is a way to inspect gameObjects at runtime from a web browser.
     
    Bunny83, FrankvHoof and mgear like this.