Search Unity

Adding a new scene

Discussion in 'Unity Remote Config' started by jean21101999, Apr 24, 2020.

  1. jean21101999

    jean21101999

    Joined:
    Mar 2, 2020
    Posts:
    21
    Is it possible to add a new scene in the game using remote config?
     
  2. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    Remote Config doesn't stream assets. Remote Config would allow you to determine which scenes or levels to unlock though, but they already need to be built into your game binary. When your game starts, it could read a remote config variable setting, and then decide which levels to unlock based on the setting, for example, or which scenes to make available.
     
  3. jean21101999

    jean21101999

    Joined:
    Mar 2, 2020
    Posts:
    21
    So can you advice me on how I can make a dynamic AR app with a CMS of targets and streaming assets to display and able to update the app without requesting the user to download the new version (user gets updates by only SYNCH). I am already familiar with Unity/Vuforia but for static apps.
     
  4. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    Sorry, I would not be familiar. I might recommend that you post here https://forum.unity.com/forums/ar.161/