Run Unity Project Directly on Your Android Mobile

Tiempo de lectura: 3 minutos

Reading Time: 2 minutes

Yes, we want to run our Unity project directly on our mobile device or tablet.

First, we need to enable developer options and USB debugging on our Android device. Connect the device to the computer using a USB cable.

Once configured, we can run the Unity project. Go to File > Build Settings.

Within Build Settings, select Android and click on Install With Unity Hub.

You will be prompted to install the SDK and JDK. Select Android Build Support and install OpenJDK and Android SDK & NDK Tools.

Next, the SDK license will appear, and you need to accept it to proceed. Check I have read and agree with the above terms and conditions and click on Install.

Now, wait for the installation to complete.

Once installed, click on Switch Platform to select Android as the target platform.

Reading Time: 2 minutes

Yes, we want to run our Unity project directly on our mobile device or tablet.

First, we need to enable developer options and USB debugging on our Android device. Connect the device to the computer using a USB cable.

Once configured, we can run the Unity project. Go to File > Build Settings.

Within Build Settings, select Android and click on Install With Unity Hub.

You will be prompted to install the SDK and JDK. Select Android Build Support and install OpenJDK and Android SDK & NDK Tools.

Next, the SDK license will appear, and you need to accept it to proceed. Check I have read and agree with the above terms and conditions and click on Install.

Now, wait for the installation to complete.

Once installed, click on Switch Platform to select Android as the target platform.

Reading Time: 2 minutes

Yes, we want to run our Unity project directly on our mobile device or tablet.

First, we need to enable developer options and USB debugging on our Android device. Connect the device to the computer using a USB cable.

Once configured, we can run the Unity project. Go to File > Build Settings.

Within Build Settings, select Android and click on Install With Unity Hub.

You will be prompted to install the SDK and JDK. Select Android Build Support and install OpenJDK and Android SDK & NDK Tools.

Next, the SDK license will appear, and you need to accept it to proceed. Check I have read and agree with the above terms and conditions and click on Install.

Now, wait for the installation to complete.

Reading Time: 2 minutes

Yes, we want to run our Unity project directly on our mobile device or tablet.

First, we need to enable developer options and USB debugging on our Android device. Connect the device to the computer using a USB cable.

Once configured, we can run the Unity project. Go to File > Build Settings.

Within Build Settings, select Android and click on Install With Unity Hub.

You will be prompted to install the SDK and JDK. Select Android Build Support and install OpenJDK and Android SDK & NDK Tools.

Next, the SDK license will appear, and you need to accept it to proceed. Check I have read and agree with the above terms and conditions and click on Install.

Now, wait for the installation to complete.

Once installed, click on Switch Platform to select Android as the target platform.

Now, wait for the import and build process to complete.

Once everything is loaded, the window will close. Now, with your mobile device connected (make sure USB debugging is enabled and the device’s RSA key has been accepted on the terminal), go to File > Build and Run to execute the project on your device.

Leave a Comment