Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unity remote 5 not working

Tags:

android

unity5

I tried running unity remote, but when I press play in unity editor, nothing happens on my phone. I think I need to do more than just to connect my phone with pc, set the editor to any android device and press start, but those are the only things it says.

It simply doesn't work and I do not know why.

Thanks for any help.

like image 585
Villfuk 02 Avatar asked Jul 30 '17 18:07

Villfuk 02


People also ask

How do I fix my Unity Remote not working?

You can try the following to fix the problem: Reconnect the device. Restart the device. Go to the Editor settings (menu: Edit > Project Settings > Editor) and in the Unity Remote settings, briefly switch the device to Any Android Device and then back to Any iOS Device.

How do I activate Unity Remote?

Enabling Unity Remote in the Editor. Finally, head to the window at Edit > Project Settings, and select the Editor tab (refer to the image below). In the tab, set the Device field to Any Android Device. This will enable the Unity Editor to interface with the Unity Remote app on your phone.

Why is my phone not connecting to Unity?

Make sure your Android is still connected via USB. Start the Unity remote 5 app on your Android and load the project back up in Unity. Go back to Edit > Preferences > External Tools and check the checkbox for "Android SDK Tools installed with Unity (recommended)".


1 Answers

  1. Ensure you have enabled USB Debugging in your mobile.
  2. Ensure you have set Edit -> Project Settings -> Editor -> Device to Any Android Device.
  3. Ensure you have given the package name in File -> Build Settings -> Player Settings... -> Other Settings (under Android Settings) -> Package Name.
  4. (Optional) Install USB Driver for your mobile. (Normal USB Driver for Redmi)
  5. Close Unity Engine
  6. Connect your mobile via USB.
  7. Launch Unity Remote 5.
  8. Launch Unity Engine in PC
  9. Click on Play
like image 57
Azhagarasan Murali Avatar answered Sep 21 '22 15:09

Azhagarasan Murali