• Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
  • Help Room /
avatar image
111
Question by mabit · Dec 26, 2011 at 08:43 AM · androidremoteappworking

Unity Remote for Android not working (solution)

I have seen a lot of requests for people looking for help getting the Android Remote working.

I have been at it for a few hours to get it working on my new tablet. So here is a guide to getting it working.

Follow these steps and you should have no problems on any device (famous last words).

Step 1 - Download Android SDK

Step 2 - In the SDK installer ensure you install "Google USB Drivers"

Step 3 - Go to device manager and make sure your device has its drivers installed. You can get more help here. http://developer.android.com/sdk/win-usb.html

Step 4 - In Unity under preferences set the path to the Android SDK. C:\Program Files (x86)\Android\android-sdk or something similar.

Step 5 - Close Unity

Step 6 - On your android device ensure that in Application Settings that USB Debugging, Stay Awake and Allow Mock Locations are all enabled.

Step 7 - Connect via USB and launch the remote app.

Step 8 - Launch Unity

Step 9 - Run your game in the editor

Step 10 - Enjoy

Each time you restart the Unity Remote app you must restart Unity or the app will not pick it up. If I am in for a long dev session I plug in device and run remote and then begin work. Means I dont have to keep restarting Unity.

I hope this helps everyone who has a problem with Unity Remote on Android.

Comment
Add comment · Show 14
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image Wernight · May 24, 2012 at 11:22 PM 0
Share

First I found that "Unity Remote" is actually an app on the Google Play Store. But still no luck. I believe my drivers and firewall are all fine but no way to test. Is it working with the without Unity Android license?

avatar image Wernight · May 25, 2012 at 11:24 PM 0
Share

It seemed that the drivers where not correctly installed even though the Google Drivers were marked as working. It would be nice to have every version of Unity being able to check if the phone USB is correctly setup. Something like a red/green light or whatever.

After that, I didn't have to restart Unity which is really good and the Android displays the game screen.

avatar image WACOMalt · Jul 18, 2012 at 12:26 AM 0
Share

It's not always the best idea to install google's USB drivers. for some phones only the manufacturer's drivers will enable the use of USB debugging. If you want it to work for your phone, just search for "setting up ADB on DEVICENA$$anonymous$$E" and you will probably find what you need to do. If ADB see's your device, it should work in Unity.

a simple check is to run "adb.exe" that comes in platform-tools in the sdk from command line as "adb devices" if you see something listed, then you are good to go (in theory).

Adb working? check. Launch unity remote, check. Launch Unity and play your game.

avatar image sheheryar_noor WACOMalt · Oct 31, 2013 at 09:22 AM 0
Share

Would it work on Touch screen $$anonymous$$onitors? $$anonymous$$onitors?

avatar image Moohasha · Jan 03, 2014 at 08:17 PM 0
Share

Thank you! I installed the Android SD$$anonymous$$, downloaded the remote app, but couldn't get it working until I read this. I wasn't starting the remote app BEFORE Unity. That fixed it. Thanks for writing this up!

avatar image Nels83 · Jan 14, 2014 at 01:06 AM 0
Share

Thanks!! had my phone and tablet working with my mac, but couldn't get it to work in windows 7. Didn't think that the USB drivers needed to be installed manually since windows installed them when I first plugged in the devices!!

Show more comments

32 Replies

· Add your reply
  • Sort: 
avatar image
0

Answer by XunlaY · Nov 12, 2016 at 05:27 PM

On Unity 5.4.1f1 it is working on my OnePlus One. I installed Unity Remote 5 (Version 2.0). It doesn't matter wich USB Protocol i have activated (only loading, MTP and PTP are all working). The only thing i have to do if it displays nothing is:

  1. Close Unity

  2. Kill "adb.exe (32 Bit)" Process with Task-Manager

  3. Start Unity

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
0

Answer by torturedGenius · Dec 21, 2016 at 11:31 AM

The ANNOYING Problem is that windows ADBexe manager may not be detecting your device. Go into task manager - services and end the process tree of the adb.exe. Restart unity and hopefully it will work. This worked for me - sometimes you have to do this with android studio!

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
0

Answer by olney38 · Jan 14, 2017 at 03:17 AM

CHANGE YOUR CORD - I just lost 2 hours of my life because the USB cord I was using was apparently faulty. lol

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
0

Answer by iamabadger08 · Feb 26, 2017 at 01:04 PM

I have tried everything listed here but une Edit > Preferences I dont see any sdk path or something similar did I miss something or did it juste disappear in unity 5 ? Edit > Preferences ?,I tried all the steps listed here but nothing seems to work, I have my LG G5 running Nougat, Unity remote 5, I have installed the USB google driver, But under oreferences there is no path to the SDK, did I miss something are we talking about Edit > Preferences ?

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
0

Answer by raphadko · Apr 18, 2017 at 06:15 AM

More info for those still having problems:

1) You only need to download google USB drivers if your phone is made by google (Nexus and Pixel)

2) If your phone is from another brand, you gotta download the interface drivers from that brand (Samsung Here: http://developer.samsung.com/galaxy/others/android-usb-driver-for-windows)

2.5) Download the Android Platform Tools (with ADB) here: https://developer.android.com/studio/releases/platform-tools.html

3) You gotta have the Unity Android addon installed (mine wasn't by default). Go to Build, select Android, if you don't have it, it'll show a link to download and install it.

4) After installing the Android Addon, you gotta install the SDK according to this guide: https://docs.unity3d.com/Manual/android-sdksetup.html

5) If you don't want to install the 1.4+ gb full Android Studio, download just the SDK at the bottom of this page: https://developer.android.com/studio/index.html

6) Extract and run android.bat

7) If you get some https error downloading the XML files, just click ok and, in the SDK Manager, go to tools and check "Force HTTP".

8) You now need to select and install at least one Android API version.

9) After installing, go back to Unity, Edit->Preferences->External Tools->Android. Set the SDK folder to your installed SDK folder. You can leave the JDK and NDK blank.

10) Make sure ADB is running and connected to the Phone (run 'adb devices' on adb.exe folder), close Unity, open Unity Remote, Open Unity. Play.

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
  • »
  • ‹
  • 2
  • 3
  • 4
  • 5
  • 6
  • ›
  • »

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Welcome to Unity Answers

If you’re new to Unity Answers, please check our User Guide to help you navigate through our website and refer to our FAQ for more information.

Before posting, make sure to check out our Knowledge Base for commonly asked Unity questions.

Check our Moderator Guidelines if you’re a new moderator and want to work together in an effort to improve Unity Answers and support our users.

Follow this Question

Answers Answers and Comments

85 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Problem with Facebook SDK 7.5 // Fb.Mobile.AppInvite() doesn't work anymore... 2 Answers

unity Remote 4 not working with unity 5.2.03f and nexus 5 1 Answer

Please suggest me the best ways to add a button that can be remotely controlled from an Android phone via Bluetooth. 0 Answers

[Android] get all recent photos in gallery and display them as thumbnails 0 Answers

Android loading crash 4 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges