Search Unity

Run->Debug from within Visual Studio directly?

Discussion in 'Android' started by drewdough, Mar 24, 2018.

  1. drewdough

    drewdough

    Joined:
    Oct 5, 2016
    Posts:
    60
    hi,

    How can I debug my Android build from within Visual Studio, while running the game on an emulator inside Visual Studio Emulator for Android?

    I'd like to integrate them directly, which is possible for example in Xamarin. Basically, I want to be able to Start->Run and have it build the android bug and launch the game on the emulator.

    Right now, I have to build seperately and drag the APK file to install it - which takes a bit longer - plus, I cannot debug with VS from here?

    Thanks for any help!