Skip to content

Instantly share code, notes, and snippets.

@jiecuoren
Created July 10, 2015 10:22
Show Gist options
  • Save jiecuoren/d77773a68ca7cff45d31 to your computer and use it in GitHub Desktop.
Save jiecuoren/d77773a68ca7cff45d31 to your computer and use it in GitHub Desktop.
Unity Script Debugging on Android with MonoDevelop is only supported via WiFi. It is not possible via USB Cable.
I contacted Unity Technical Support. Apparently, Unity Script Debugging on Android with MonoDevelop is only supported via WiFi. It is not possible via USB Cable.
Open TCPIP port for ADB WiFi serving
>adb tcpip 55555 2. Connect to Android device via WiFi
>adb connect 3. Android device should then appear: - Unity Profiler -> Active Profiler as AndroidPlayer - MonoDevelop -> Attach to Process as AndroidPlayer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment