fierval / HoloOD

3 stars 1 forks source link

Assembly-CSharp.dll not found when building in VS #1

Open JStrats opened 5 years ago

JStrats commented 5 years ago

Hei, thanks for providing this project. It's probably exactly what I need. Unfortunately, I get an error when I try to build the Unity solution in Visual Studio for my device: Metadata file 'PathTo\HoloOD\App\GeneratedProjects\UWP\Assembly-CSharp\bin\x86\Debug\Assembly-CSharp.dll' could not be found And it can not be found because it's not there. So, I guess something went wrong during the build in Unity or I have a wrong setting somewhere such that this file is not being generated (but the directories are there btw). Also some more documentation would be helpful to understand the structure and functionality of the project. I'm grateful for any advice about my building issue!

JStrats commented 5 years ago

I worked around the issue by unchecking the box for the Unity C# Script. But that doesn't really solve the problem.