0

I am working on a Hololens app with Unity and VS 2015 and whenever I press "Start Debugging" or "Start without Debugging", 90% of the time VS will show "Build started..." and get stuck there forever. Other times it will build the projects in the solution, then hang before deploying on the emulator or device. If I can at least get rid of one issue it will be progress.

OddCore
  • 1,534
  • 6
  • 19
  • 32
  • Does this answer your question? [Visual Studio Long wait before Starting to build](https://stackoverflow.com/questions/12087068/visual-studio-long-wait-before-starting-to-build) – StayOnTarget Jun 25 '21 at 15:42

1 Answers1

0

I've seen some weirdness when Unity updates the project from version to version. I would suggest closing the project in Unity and Visual Studio, and delete your App, Library, UWP folders from your project. (everything except ProjectSettings and Assets) Load the project in unity (which will take a while to rebuild all that stuff) then build your VS solution. See if that solution works better.

If that doesn't work you could try reinstalling the whole tool chain (Visual Studio and Unity) and patching it to latest.

Cameron Vetter
  • 782
  • 4
  • 17