Using Unity Remote
Another way to check how our game works using mobile devices is through an application that Unity has created called the Unity Remote. Created with Unity 5, it has been a while since the application has been updated, but it still works with the current version of Unity; however, it does require us to do some additional work and setup.
Android setup For Unity Remote
In order to set up a phone to use Unity Remote, we will need to download the app and learn how to enable debugging mode, so in this section, we’re going to see just how to do that:
- To start, open up the Google Play app, and from there in the search bar, type in
unity remote
:
Figure 3.5 – Searching for the Unity Remote application
- Select the Unity Remote 5 app. Afterward, you’ll be brought to the screen in order to install it, so click on the Install button and wait for it to finish downloading.
Figure...