Search Unity

Enabling a Pop-Up from RemoteSettings

Discussion in 'General Discussion' started by Deleted User, Mar 22, 2018.

  1. Deleted User

    Deleted User

    Guest

    Hello!
    How can I enable/disable a pop-up in the game using remote settings?
     
  2. Joe-Censored

    Joe-Censored

    Joined:
    Mar 26, 2013
    Posts:
    11,847
    You'd set a bool in remote settings, and then in your code pop up the window if the bool were true.