Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 14 Next capture
2021 2022 2023
2 captures
13 Jun 22 - 14 Jun 22
sparklines
Close Help
  • 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
21
Best Answer

Answer by Stardog · Oct 04, 2012 at 04:23 PM

This solved it for me:

http://zacktutorials.blogspot.ca/2012/08/nexus7-android-development.html

Comment
Add comment · Show 10 · 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 YIAOQ1 · May 04, 2013 at 10:59 PM 0
Share

Thanks, this solved my problem, I am using PTP as it was recommended there.

avatar image Simon Says · May 29, 2014 at 11:17 AM 0
Share

Thanks, the info is still valid. I needed to turn on the debug mode on my Samsung Galaxy S4 for the new Unity Remote 4 as well.

avatar image ShawnFeatherly · May 12, 2015 at 08:09 PM 0
Share

PTP did if for me, after I got it authorized: http://stackoverflow.com/questions/18011685/cant-connect-nexus-4-to-adb-unauthorized

avatar image GrayDwarf · May 14, 2015 at 04:19 PM 0
Share

I was trying to get my 'Note 2' working with Unity Remote 4 and this did the trick. Had to restart Unity afterward before it worked. Steps:

  1. Change to PTP

  2. Enable Developer $$anonymous$$ode & Select Options

  3. Restart Unity

avatar image retwedt · May 21, 2015 at 05:12 PM 0
Share

this solved it for me, thanks!

Show more comments
avatar image
7

Answer by shemz · Jun 19, 2014 at 09:32 AM

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 4.1- Download the Remote app according to your platform, http://docs.unity3d.com/Manual/UnityRemote4.html

Step 4.2- In editor go to Edit->Project Settings->Editor and under Unity Remote select what device to use.

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

i added two more steps to the original and everything worked fine :)

Comment
Add comment · Show 4 · 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 dylanpierce · Jun 28, 2016 at 02:13 PM 1
Share

The extra trick for me was step 4.2, no other tutorials mention going into Project Settings and selecting None to Any Android Device. Restarting Unity and having the Unity Remote app open before was the trick for me.

avatar image Ianaa dylanpierce · Nov 14, 2020 at 03:37 PM 0
Share

Project settings -> Editor -> Device -> None to Any Android Device is really the key.

avatar image i3130002 · May 17, 2019 at 04:07 PM 0
Share

The exit and reopen unity thing worked.

avatar image CodeLink · Oct 02, 2021 at 07:58 AM 0
Share

To anyone who followed this and didn't get it to work:

CHANGE YOUR BUILD SETTINGS TO ANDROID AT LEAST ONCE.

You can change it back right after, but after changing it to android, remote 5 worked perfectly. I was able to close the editor and open it again with my build settings for desktop and it still functioned.

avatar image
5

Answer by BarryFoye · May 20, 2014 at 12:11 PM

I have a Samsung Galaxy Tab 3 7.0 and the device drivers from Google were my problem. I downloaded the Samsung Andorid USB Driver for Windows from here: http://developer.samsung.com/android/tools-sdks/Samsung-Andorid-USB-Driver-for-Windows and it worked straight away.

Anyway this driver will only work for Samsung devices but if you're having the same problems with your own device and Unity Remote, go to your Device Manager on Windows and make sure in the other devices branch (when your device is connected) there are no yellow "!" indicating problems with the drivers you currently have installed, if so then try find your device manufacturers official drivers and hopefully this will solve your problem.

Comment
Add comment · Show 1 · 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
3

Answer by stark_sarthak · May 11, 2016 at 07:29 PM

I was fed up with this problem for 6 hours or so and then i found the following solution :-

BlueStacks (android emulating software) interferes with Unity's ability to communicate with a cable connected android device. So even if bluestacks is just installed on your system and not even running, it will interfere with Unity's remote app and it won't be able to run on your physical device connected via a cable. This is valid for android but I dont know about iOS because i don't use it.

Solution - Open windows task manager and kill all tasks with the name "BS" or "Bluestacks" written on them. Then connect your device with Unity remote and follow the normal procedure as mentioned in all threads and tutorials. It shall work like a charm.

This might not be valid for everyone who's unity remote is not working but I thought I'd just share my personal experience so it could help someone out.

Comment
Add comment · Show 3 · 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 InsOp · Jan 21, 2017 at 08:21 PM 0
Share

this solved my problem! i just deinstalled bluestacks, now everything works fine!

avatar image cybergame2k · Apr 12, 2017 at 11:23 AM 0
Share

Thank you so much $$anonymous$$r. Stark your solution solve my problem! I've been looking around the internet since yesterday because my Unity remote 5 does not connect in my editor. And I finally found the answer from you!

avatar image unity_2n6zHK2pz1pHcA · Feb 03, 2021 at 12:32 AM 0
Share

man you saved my day

avatar image
0

Answer by blenderblender · Oct 08, 2014 at 01:35 PM

You must download and install the andoird sdk and the usb driver you can find the usb driver here : http://developer.android.com/sdk/win-usb.html#top

and the sdk here:

https://developer.android.com/sdk/index.html?hl=i

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
  • 1
  • 2
  • 3
  • 4
  • 5
  • ›
  • »

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.

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

Android vs iOS build capacity 0 Answers

Unity Remote 5 and Samsung S9 1 Answer

Connecting unity to SQL 1 Answer

[App Android/Ios/Windows Phone] phone's volume 0 Answers

Set-up Android SDK path to make Android remote work 0 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