Is there any code example to use in case of loading remote config on start of an app, i see many cases when somebody want to load it but have this issue that it was load from second load of app here is my code :
Your code is correct. Awake() should fire first, then Start() when your game loads. I would suggest that you place Debug.Log statements to confirm https://discussions.unity.com/t/748729/14