Configuration as code
Learn how to manage Unity Gaming Services configurations in files, deploy to environments, and automate processes using the UGS CLI and Environments API.
Read time 1 minuteLast updated 17 hours ago
Use configuration-as-code workflows to manage service configurations for your project the same as code, and eliminate manual environment setup across your development pipeline, including the following:
- Version configuration files using source control tools.
- Deploy configurations to different environments using the UGS CLI or Deployment package.
- Fetch configuration files from the Dashboard using the UGS CLI.
- Integrate processes into your CI/CD pipeline.
- Reuse configuration files across projects and organizations.
If you use the Unity Editor, you can author compatible configurations with packages such as Remote Config and Cloud Code, and deploy using the Deployment window.