Unity 5.6 vs 2017 shows no option to connect remote device

I have updated to 5.6 & VS2017 community. I loaded my Unity 5.5 project into 5.6, rebuilt it and loaded the solution into VS 2017 - but now I do not get the option to run the project on a device the only options when running are Attach to Unity and Attach to Unity/Play.
I have been using USB just fine up until the update.

It worked fine in 5.5 and VS2015. As far as I can see all the setting in the project build are fine (SDK=10, target=HoloLens, UWP=D3D, UWP SDK=latest, Build and run = local machine) etc are the same as before.

VS2017 was installed as part of the Unity install.

Any ideas?

Can you provide the full build string please? I would try building an opening the solution in VS2015

You probably opened the wrong VS project (not the one that was produced as a build result). To be sure, just build to a different folder than your project folder.

1 Like

Thank you! I fixed it.

I rebuild it in a separate directory. This time when VS2017 loaded it wanted to install additional HoloLens extensions. Having done this and deleting and repairing my HoloLens it now builds and deploys correctly.