Getting Started
Jahro integrates directly into your Unity workflow, providing real-time debugging capabilities without requiring additional setup or dependencies. The installation process takes just a few minutes.
Why Unity developers need better debugging tools
Traditional Unity debugging on mobile devices is complex and time-consuming:
- Android Debugging: Requires ADB setup, USB cables, manual logcat commands
- iOS Debugging: Needs Xcode connection, device logs navigation
- Team Collaboration: Email attachments, scattered debugging data
- Mobile Testing: No real-time debugging on actual devices
Jahro solves these problems with an integrated Unity debugging tool that works directly on mobile devices.
Requirements
Jahro is designed to work out of the box with minimal requirements. You need Unity 2021.3.0f1 or later, and no additional libraries or packages are required. The tool automatically handles all dependencies and configuration.
Install via Package Manager
The easiest way to install Jahro is through Unity's Package Manager using the Git URL method.
Step 1: Copy the repository URL
https://github.com/jahro-console/unity-package.gitStep 2: Add the package in Unity
- Open Unity and go to Window → Package Manager
- Click the + button in the top-left corner
- Select Add package from Git URL
- Paste the repository URL and click Install

Create your account
Before you can use Jahro, you'll need to create an account and get your API key. This connects your Unity project to the Jahro web console where you can view and share debugging data.
Create an account to get started with your free Jahro account.
Find your API key
Once you've created your account, you'll need to generate an API key for your Unity project. This key authenticates your Unity builds with the Jahro service.
- Open the Jahro web console
- Navigate to your project dashboard
- Go to Project → API Keys
- Copy your project's API key

Connect Unity
With your API key ready, it's time to connect your Unity project to Jahro.
- In Unity, go to Tools → Jahro Settings
- Paste your API key in the API Key field
- The settings will automatically validate your key and show your project information

You're done
Jahro is now ready to use in your Unity project. Open the Jahro console in play mode by pressing the Tilde (~) key, and you can start capturing snapshots, reading logs, watching variables, and sharing with your team.
The console provides immediate access to all Jahro features without requiring any additional configuration or setup.
Unity mobile debugging made easy
Jahro's Unity mobile debugging capabilities eliminate the need for complex setup:
Android Unity Debugging:
- No ADB or USB cables required
- View Unity logs directly on device
- Capture screenshots with logs
- Share debugging sessions instantly
iOS Unity Debugging:
- No Xcode connection needed
- Unity logs without system noise
- Real-time debugging on device
- Team collaboration built-in
Mobile Testing Benefits:
- Test on actual device performance
- Debug in real-world conditions
- Share issues with team instantly
- No desktop dependencies
Supported platforms
Jahro works across all major Unity platforms:
- Standalone (PC, Mac)
- Mobile (Android, iOS)
Roadmap: WebGL, Consoles (PlayStation, Xbox), VR support is planned for future releases.
Next steps
Now that Jahro is installed, explore the core features:
- Commands: Create debug commands and cheats that work in your live builds
- Watcher: Monitor game variables in real-time without debug logs
- Snapshots: Capture and share complete debugging sessions with your team
- Logs: View and filter Unity logs directly in your game view
For advanced configuration, check out Jahro Settings and learn about disabling Jahro in production builds.