Deploying Unity Games to Android Part II

An addendum to a previous post that gives additional details if you're still having trouble deploying your Unity games to an Android device.

About a year ago, I made a post which walks you through the steps to start testing your games on Android: Deploying Unity Games to Android. Everything has been working just fine up until recently. I wasn't sure if it was my recent update to Windows 10 or perhaps some update I'd taken on my Nexus 5. After some head scratching, I managed to figure out you need to check one more setting I neglected to mention in my last article.

This is probably specific to those connecting their phone to a Windows computer. You need to be sure your phone is connecting using PTP, which stands for "Picture Transfer Protocol". For some reason mine had switched to MTP or "Media Transfer Protocol". It's easy enough to double check if you're having trouble deploying Unity games to your device.

From the main menu on your device, open the Settings menu.

Settings menu

Find the Storage settings menu and open it. Tap the upper right button to open the context menu. Within that menu, select "USB computer connection".

Storage settings menu

Once you're in the "USB computer connection" menu, tap the option for "Camera (PTP)".

USB computer connection

This got me back up and running. It's definitely worth checking if you start having trouble deploying games to your phone.

Recommended posts

We have similar articles. Keep reading!

Tower Defense Tutorials Part 5

The fifth video tutorial of a series which takes you through the process of building a tower defense game.

Shaders in Unity: Core Concepts

Shaders are a powerful tool in game development, allowing developers to create rich, visually striking effects that can greatly enhance the realism and immersion of a game. However, they can also be complex and difficult to understand.

Parallax for Dummies

An enlightening guide on how to create a simple parallax effect in Unity. Using parallax is a really cool way to breathe life into your games.

Tower Defense Tutorials Part 6

The sixth video tutorial of a series which takes you through the process of building a tower defense game.

Comments

Log in or sign up to leave a comment.