Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demo project does not work on fresh pull #48

Open
sampenguin opened this issue Jun 19, 2023 · 0 comments
Open

Demo project does not work on fresh pull #48

sampenguin opened this issue Jun 19, 2023 · 0 comments

Comments

@sampenguin
Copy link

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:
  1. "Language" as string (default value should be "English")
  2. "Season" as string (default value should be "Default")
  3. "CharacterSize" as float (default value should be 1)
  4. "CharacterSpeed" as float (default value should be 5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant