Configuring your project for Unity Remote Config Runtime
Requirements
- Unity Remote Config Runtime requires Unity version 2018.4 or higher.
- Set your Editor scripting runtime to .NET 4.X Equivalent (or above).
- Set your API Compatibility Level to .NET 4.x.
- Enable Unity Services for your project.
- Install the Remote Config Runtime package (detailed below).
Installing the Remote Config Runtime package
See documentation on packages for more information on working with packages in a project. These steps may vary depending on which version of the Unity Editor you’re using.
Verified release
- In the Unity Editor, select Window > Package Manager.
- From the Package Manager window, find Remote Config Runtime in the Packages List view and select it.
- In the Package Specific Detail view, select the version and install to import the package into your project.
Preview release
- In the Package Manager window, the Advanced button lets you toggle Show Preview Packages to display them in the Package List view.
- Follow the instructions for the Verified Release installation.
Beta customers
Upon receiving the Remote Config Runtime package from your account manager, follow these steps:
- Download and unzip the package.
- In the Unity Editor, select Window > Package Manager.
- In the Package Manager window, select Add (+) to open the Add package from disk... dialog.
- Locate the package.json file inside your unzipped copy of the Remote Config Runtime package.
- Select Open to import the package into your project.
Remote Config Runtime environments
To get started, create an environment and give it a name.
- Go to the Web Dashboard.
- Select the corresponding project.
- Select Add Environment.
- Enter a name for the environment and select Create.
Note environment names are immutable.
The first environment you create is set as the default environment. This is the environment which is requested unless otherwise specified by the client. You can assign the default environment to an EnvironmentID in the Web Dashboard, or via the REST API.
Once you’ve configured your project, configure your rules and settings in the Web Dashboard