jahro-snapshotslisted
Install: claude install-skill Logiiiii/unity-agent-skills
# Jahro Snapshots
Help users capture, share, and collaborate on debugging sessions using Jahro's snapshot system.
## What Snapshots Capture
Each snapshot session bundles:
- **Logs**: all `Debug.Log`, `Debug.LogWarning`, `Debug.LogError` output with stack traces
- **Screenshots**: captured during the session with timestamp correlation
- **Device metadata**: platform, OS version, Unity version, device specs
- **Team member**: who captured the session
Sessions appear in-game with status indicators and can be uploaded or streamed to the Jahro web console for team access via shareable URLs.
## Snapshot Modes
Configure in **Tools → Jahro Settings → Snapshots Settings**.
| Mode | Behavior | Best For |
|:-----|:---------|:---------|
| **Recording** | Stores locally until manual upload | Offline development, privacy-sensitive environments, controlled uploads |
| **Streaming — All** | Auto-streams logs/screenshots live (~5s intervals) to cloud | Real-time team collaboration, full team visibility |
| **Streaming — Except Editor** | Streams on devices, records locally in Editor | Hybrid: QA devices stream, developers keep Editor sessions private |
### Mode selection guide
| Situation | Recommended Mode |
|:----------|:----------------|
| Solo developer, mostly in Editor | Recording |
| QA team testing on mobile devices | Streaming — All or Streaming — Except Editor |
| Full team wants real-time updates | Streaming — All |
| Privacy-sensitive project | Recording |
| Intermittent