I am developing a DayDream app and working with a Pixel XL and real DayDream Controller (on a MacBook Pro). I would really like to be able to test with the DayDream Controller when running the app from Unity Editor. Currently, I am forced to make a build for every little change and its killing me (slow).
I believe that I can do this by connecting my Pixel XL via USB cable to my Mac and then using adb to configure it. But, all attempts have failed so far.
I don't know about real Daydream Controller, but you can try using your phone as DayDream Controller Emulator.
As it said here, you should download emulator APK from here, install it and run on phone connected to WiFi. In your Unity project find
GvrControllerMain
and change Emulator Connection Mode to Wi-Fi. Also findAssets/GoogleVR/Scripts/Controller/Internal/Emulator/EmulatorConfig.cs
and change line to IP address displayed on daydream controller emulator app on phone.Click "Play" in Unity, it should work.