Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Make changes to Android Studio project exported from Unity

Discussion in 'Android' started by contenidosinteractivos, Oct 30, 2018.

  1. contenidosinteractivos

    contenidosinteractivos

    Joined:
    Jan 11, 2014
    Posts:
    1
    Let's suppose that I have a Unity Project, I'd like to Manage all navegation from Android Studio Natively, then I export the project for Android Studio and then I Import the project into Android Studio, I made the changes I consider in Navegation, Adding more Activities, etc. and now let's soppose I build my Apk and I post it into PlayStore. I'd need continue working on my videogame and navigation, so , If I make changes on my videogame, how could I vincule those changes in the existing Android Studio Project avoiding export a new one, what about versioning?

    Thank you in Advance!
     
  2. Tomas1856

    Tomas1856

    Unity Technologies

    Joined:
    Sep 21, 2012
    Posts:
    3,875
    If I understand correctly you simply export from Unity to the same folder as previously, your files will stay intact, you might want to check build.gradle and delete the comment on the very top, so Unity wouldn't overwrite this file, as for other files, I think Unity doesn't overwrite them if they're present on disk