You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the demo on a clean install will load Spanish as the default language and nothing happens when you push the play button on the Loading screen. This is because there is now a RemoteConfigGO object, and it's default values do not work if no RemoteConfig values are fetched.
After fixing this in my own install, the documentation needs to be updated with the following steps to run the project:
You must link the project to a project config in the Unity game services dashboard, and at a minimum configure the following key value pairs in the RemoteConfig service linked to it:
"Language" as string (default value should be "English")
"Season" as string (default value should be "Default")
"CharacterSize" as float (default value should be 1)
"CharacterSpeed" as float (default value should be 5)
The text was updated successfully, but these errors were encountered:
Running the demo on a clean install will load Spanish as the default language and nothing happens when you push the play button on the Loading screen. This is because there is now a RemoteConfigGO object, and it's default values do not work if no RemoteConfig values are fetched.
After fixing this in my own install, the documentation needs to be updated with the following steps to run the project:
The text was updated successfully, but these errors were encountered: