Search Unity

Question How to apply config modification from server during game playing?

Discussion in 'Unity Remote Config' started by Bagazi, Aug 14, 2022.

  1. Bagazi

    Bagazi

    Joined:
    Apr 18, 2018
    Posts:
    611
    Its kina not difficult to get config from backend service at the moment of initialization(like Monobehaiour awake) with help of offical examples. And I am wandering whether it is possible to apply config modifcation during game play that is after initialized.In another word,is there some callback when remote config publish some modifation?
     
  2. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    There is currently no RC callback, it's a pull-not-push service. You can call FetchConfigs at any time in your game.
     
    Bagazi likes this.