Search Unity

Debug the game light version with the original game

Discussion in '2D' started by m00nandvenus46, Nov 18, 2020.

  1. m00nandvenus46

    m00nandvenus46

    Joined:
    Nov 18, 2020
    Posts:
    36
    I divided the project into two parts by copying and making light version of the game. After I install and debug one application on android, second application replaces it after the same procedure. How can I have two games on one device simultaneously?
     
  2. Cornysam

    Cornysam

    Joined:
    Feb 8, 2018
    Posts:
    1,464
    So you dont want it to overwrite the first? I was literally thinking about this today and i have some thoughts. When you build it out to an apk file, you can rename it. However, I am not sure that it wont still overwrite the original even though you can have many apk files (for example, i have like 5 different apk versions on my phone right now, but only one app installed).

    I think, you will have to 1) Have a different APK file name.
    2) Go to Edit>Project Settings>Player and change the Product Name.

    Once you change the product name you should be able to have 2 different apps.
     
  3. m00nandvenus46

    m00nandvenus46

    Joined:
    Nov 18, 2020
    Posts:
    36
    The first is good but I think that it will not have enough number of people who will install it, the size is too big. Thank, now I have two applications on a device.