Skip to content

Releases: r-sabarish/unity-android-auto-install

v1.0.1 - unity android auto install

Choose a tag to compare

@r-sabarish r-sabarish released this 26 Jun 13:57
758f3f9

Release: v1.0.1

Features

  • Install .apk files directly to connected Android devices from the Unity Editor.
  • Support for multiple devices (USB or IP-connected).
  • Device selection UI with persistent preferences.
  • Connect to devices using ADB over IP.
  • "Select APK", "Install", and "Remove APK" buttons in editor window.
  • Auto-installs the built APK to selected devices after a successful Android build (PostProcessBuild hook).
  • Lightweight and dependency-free - pure editor-side plugin.

🐛 Known Issues

  • After installing an APK, selected devices may disappear from the list.
    • Temp Fix: Select the APK again, then re-select the device before installing.
  • Device must already be authorized for ADB access (look out for device prompts when first connecting via USB or IP).