Unity

How to track logs and catch errors in your Unity project.

If you're developing a game, it can be difficult to diagnose and solve bugs when all you get is a screen recording. With Dashcam, you can attach logs to video bug reports.

Unity adds all messages, warnings, and errors from the Console window to the log files. To add your own messages to the Console window, and the logs, use the Debug class.

Log Locations

Mac

~/Library/Logs/Unity/Editor.log

Windows

%USERPROFILE%\AppData\Local\Unity\Editor\Editor.log

Dashcam Setup

  1. Navigate to the logs configuration panel

  2. Enter a name for your log file

  3. Select System

  4. Supply the pattern above into the pattern field

Restart your Unity project and look at the Logs status dropdown to verify logs are being sent!

Last updated