Search Unity

Updating Remote Settings from a server

Discussion in 'Unity Analytics' started by SmartCarrion, Nov 7, 2017.

  1. SmartCarrion

    SmartCarrion

    Joined:
    Jul 27, 2013
    Posts:
    27
    How can we automate the changing of the remote settings? Is there a server command interface that I could call with curl?

    I want to use remote settings to set a daily challenge level for my game, and to do so I need to synchronize a random seed between my clients so everybody gets the same procedurally generated level. Remote settings would be a perfectly easy way to do this, however, I don't want to be manually changing the seed every day through the web portal. I want to set up a cron job on my server that just updates a few Remote Settings at a certain time every day.

    Any help is appreciated!
     
    Havokki likes this.
  2. ap-unity

    ap-unity

    Unity Technologies

    Joined:
    Aug 3, 2016
    Posts:
    1,519
  3. SmartCarrion

    SmartCarrion

    Joined:
    Jul 27, 2013
    Posts:
    27