Unity 5.1 not detecting Android tablet

Windows 7. Unity 5.1.0f3. Nexus 9 tablet running Android 5.1.1. Unity does not detect my tablet, meaning I can’t use Unity Remote 4 nor build directly to my device.

I’ve tried restarting both my PC and tablet, no luck. Windows sees my tablet via USB, both in ADB and Windows Explorer.

Any ideas on how to get Unity to detect my tablet again? Used to work with Unity 5.0.2.

when you run adb devices, is the device listed ?

For example, this is what i’m getting:
2153905--142215--upload_2015-6-11_10-54-12.png

Yep, my device is listed with adb devices.
I tried adb kill-server and adb start-server too.
I can use LogCat fine but not seeing any activity when filtering for “Unity”.

Also updated things in the SDK Manager but no luck.

Normally under Unity’s Edit > Project Settings > Editor I would see my device listed but nope.

I’m gonna try to see if I can connect via wifi.

Okay, connected over wifi successfully with this guide, Unity can talk to my tablet again. Must be something up with my USB configuration.

Cheers

It’s strange, since adb devices can see the device as you mention.

As far as i remember, Internally, they call adb devices to get the device id, and then use it to run commands using adb (e.g: install to this device).

I’m getting something like this, I can’t build and run directly, but I can build and install via adb install.