Unity
How to track logs and catch errors in your Unity project.
Last updated
How to track logs and catch errors in your Unity project.
Last updated
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.
Navigate to the logs configuration panel
Enter a name for your log file
Select System
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!