Snapshots Overview
Snapshots are your debugging sessions saved in the web console, containing everything from that session: logs, screenshots, and details about when and where it was captured. This comprehensive guide helps you understand how to view, manage, and collaborate on debugging sessions.
What are snapshots?
Snapshots are captured debugging sessions that provide a complete picture of what happened during a specific debugging session. Each snapshot contains comprehensive debugging data that can be analyzed, shared, and referenced by your team.

A snapshot session includes complete full logs with stacktraces, all debug messages, warnings, errors, and commands from the session, screenshots captured during the session, detailed session metadata about the capture environment and context, and team collaboration features with shareable links.
How to view snapshots
From your project
Navigate to your project dashboard, click "Snapshot Sessions" in the navigation, and see all captured sessions for that project. The interface provides a clear overview of recent debugging activity and quick access to specific sessions.
From a specific snapshot
Click on any snapshot to open its detailed view, where you can access logs, screenshots, and metadata. The snapshot view provides comprehensive debugging information in an organized, easy-to-navigate interface.
Snapshot interface
Session overview
The session overview displays key information about the debugging session, including the session name, capture timestamp, duration, and team member who created it. This context helps you understand when and why the session was captured.
Logs and screenshots
Access detailed logs and screenshots through dedicated viewers that provide powerful analysis tools. The logs viewer offers filtering, search, and sharing capabilities, while the screenshots viewer provides lightbox viewing and download options.
Metadata display
View comprehensive metadata about the debugging session, including Unity version, platform information, device details, and team context. This information helps you understand the environment where the debugging session was captured.
Next steps
Explore more web console features to enhance your debugging workflow:
- Logs Viewer - Master the advanced log analysis tools
- Screenshots Viewer - Learn about visual debugging capabilities
- Team Management - Optimize your team collaboration
For Unity integration, check out Unity Snapshots for capturing debugging sessions and Getting Started for initial setup.