Viewing Logs Offline

Sometimes, it is impractical to debug issues live. Fortunately, Proxima provies a way to download your logs and view them later in your browser.

Saving Logs

Log Controls

Clicking the Save dropdown reveals the following options:

  • Save Proxima Log: saves the current log window contents.
  • Download Unity Log: Downloads the standard Unity log file (if enabled).
  • Download Previous Unity Log: Downloads the standard Unity log file (if enabled).

Viewing Log Files

If you have a Proxima connection open, you can easily view any log file by Proxima by clicking the Load button and selecting the file.

If you do not have access to a device running Proxima, there's a no-cost online version of the Log Viewer at unityproxima.com/log.

You do not need Proxima to use this viewer, since it can parse any Unity log file. Support the project by sharing the availability of this complimentary tool with your network!

Unity Log Files

If enabled, Unity saves two log files (a current and previous) to your device from the previous two runs that you can download by clicking "Download Unity Log" or "Download Previous Unity Log". Learn how to configure these logs files on Unity's Documentation.

Proxima can load these files, but they are missing the following information:

  • Unity's log files do not include the timestamp.
  • Unity's log files do not include the log type (info, warning, error). Proxima Log Viewer will do its best to detect the type of log from the stack trace, if enabled.