Search Unity

Resolved Adressables move from remote development server to production server

Discussion in 'Addressables' started by DaReign, Apr 21, 2021.

  1. DaReign

    DaReign

    Joined:
    Apr 12, 2013
    Posts:
    79
    Hi
    When I'm developing new update I set my Load remote path in profile to my test server (I'm setting development profile), when I'm done then I want to update adressables on production server. But there is issue which I don't understand. When I build android app in development phase to test if everything work ok not only in editor I have development profile adressable and when I done I want to just update adressables for production profile but unity tells me that I can't because adressables are built for development profile so I have to build new for production profile but in that scenario I can't just simply update only my adressables on server but I also have to update version of my app in google play. Do I miss something ? How do you manage to test updates on development server (not local in editor using fast build) and move them on production server without need of update whole application on google play ?
     
  2. LilMako17

    LilMako17

    Joined:
    Apr 10, 2019
    Posts:
    43
    DaReign likes this.
  3. DaReign

    DaReign

    Joined:
    Apr 12, 2013
    Posts:
    79
    Really BIG THANKS :) :) :)