Unity APK Analyzer
Detect and analyze Unity games inside an APK, including the scripting backend (IL2CPP or Mono), assemblies, and asset bundles, to see how it's built.
Drop your file here
or click to choose from your device
About Unity APK Analyzer
Detect and analyze Unity games inside an APK, including the scripting backend (IL2CPP or Mono), assemblies, and asset bundles, to see how it's built.
Unity APK Analyzer is part of APKLint’s decompile & reverse engineering toolkit — Turn a built app back into readable code and resources. It’s free to use and needs no account.
Your privacy is the default: files you upload are processed on our servers over an encrypted connection and permanently deleted by a scheduled hourly cleanup after analysis finishes, and never shared.
What Unity APK Analyzer checks
- Detects Unity via libunity.so
- Identifies IL2CPP (libil2cpp.so + global-metadata.dat) vs Mono builds
- Locates game assets and asset bundles
- Decodes the Android wrapper and manifest
Good to know: IL2CPP compiles C# to native code; recovering original C# is not possible, though metadata reveals structure.
When to use Unity APK Analyzer
- Best for
- Confirming an APK is a Unity game and reading its scripting backend (IL2CPP or Mono), Unity libraries, and asset bundles.
- Not the right tool for
- Not for Flutter or React Native apps, and IL2CPP builds will not yield original C#.
- What you get back
- Unity detection, the scripting backend, engine/library versions where visible, and the asset-bundle layout.
- How it differs from related APKLint tools
- Unlike the Flutter (Dart snapshot) and React Native (JS bundle) analyzers, this targets Unity's IL2CPP/Mono and assets.
- Limitations
- IL2CPP compiles C# to native code; metadata reveals structure but original C# cannot be fully recovered.
How to use Unity APK Analyzer
- Choose your APK file — Drop an .apk file onto the page, or click to select it from your device.
- Send securely — The file is uploaded over an encrypted connection to our analysis servers.
- Read your report — APKLint unpacks and inspects the package and lays out the results on screen.
- Your file is removed — It's deleted by an hourly cleanup job after analysis finishes.
Why use APKLint
Every tool is free with no login and no paywall. Reasonable file and input limits keep the free service stable.
A clean, focused interface with no third-party ad banners cluttering your results.
Files you upload are deleted by a scheduled hourly cleanup after analysis finishes, and never shared.
Built on jadx and apktool for decompiling and disassembly.
Start immediately — no account, login, or email required.
Runs in any modern browser, on desktop or mobile.
Frequently asked questions
What does Unity APK Analyzer do?
Detect and analyze Unity games inside an APK, including the scripting backend (IL2CPP or Mono), assemblies, and asset bundles, to see how it's built.
Can I recover the C# scripts?
Mono builds keep managed DLLs you can inspect; IL2CPP builds compile to native code, so original C# can't be recovered.
Is it free to use?
Yes. Every tool on APKLint is completely free, with no sign-up and no account.
How is my data handled?
Your uploaded file and its result are processed on our servers over an encrypted connection, then removed by the next hourly cleanup after analysis finishes. We never share them.
What files can I send?
An Android APK — a .apk file — up to 1 GB.