Remote Config setup
In order for us to use Remote Config, the first thing we’re going to need to do is add the Remote Config package to our project. So, let’s take a look at how we can do that using the following steps:
- From the Unity Editor, open the Services window of the Package Manager (shown in the top-right part of the next screenshot) by either clicking on the cloud button at the top left of the screen or going to Window | General | Services.
Figure 11.1: The location of the Services button
If all goes well, you should see something like the following screenshot:
Figure 11.2: Package Manager | Services
- From there, scroll down and click on the Remote Config package, and then click on the Install button at the bottom right. If all went well, you should see something like the following screenshot:
Figure 11.3: The Remote Config packages installed
- Close...