Search Unity

Open Unity Android and IOs project in Visual Studio 2017

Discussion in 'Scripting' started by gringofxs, Jan 26, 2018.

  1. gringofxs

    gringofxs

    Joined:
    Oct 14, 2012
    Posts:
    240
    Its possible to open a Unity Android and IOs Project in Visual Studio, the debbug it and upload it to Play store and applestore from Visual Studio?
     
  2. Brathnann

    Brathnann

    Joined:
    Aug 12, 2014
    Posts:
    7,188
    I don't know what you're asking exactly, but if you build a game in Unity, you can use visual studios to do your scripting if you want. You just need Unity set to android or iOS(requiires build on a mac). Unity's build target determines what you build for, not visual studios.
     
  3. gringofxs

    gringofxs

    Joined:
    Oct 14, 2012
    Posts:
    240

    Im doing an augmented reality project in unity with vuforia, but the company wants to do the proamimg and layout in Xamarin visual studio. My part should be just tha AR with vuforia, and them finish the app in Xamarin.

    I would like to now if it possible to import the unity vuforia AR, in Xamarin so they do rest of the app.