Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

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:
    609
    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

    Unity Technologies

    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.