#installingdrivers
Explore tagged Tumblr posts
blackjackpsp-blog · 7 years ago
Photo
Tumblr media
Configuring raspberry pi 3 LCD touch display #lcd #ili9341 #raspberrypi #raspberrypi3 #raspberrypi3b #installingdrivers #waveshare #rpi #retropie #itworks💚
0 notes
captain-braindump · 8 years ago
Text
Development 2 - Unity Remote
Working with Unity Remote;
Unity Remote allows developers to test their applications directly onto device without having to build the application each time. 
However, this is possibly the most painful set up in the world!! So I’m going to share all the things I had trouble with.
This is the best documentation in the world;
http://answers.unity3d.com/questions/198853/unity-remote-for-android-not-working-solution.html
What is not inherently clear is that though you have downloaded the android SDK you also need to find these drivers through the device manager
https://developer.android.com/studio/run/oem-usb.html#InstallingDriver
- So remember to download the correct software (sdk / jdk)
- Download the google and android usb drivers in the SDK / android studio manager
- Connect your usb device through the device manager to the USB drivers
- Become a developer on the device (allow debugging, stay awake etc)
- Connect the JDK/SDK and device to unity (project settings>player)
- Always boot the phone into remote before opening unity.
0 notes