microsoft / MixedReality250

Open source project from the //build2017 Mixed Reality Academy
Other
43 stars 24 forks source link

Unable to build project using Unity 2017.2.0b8 #5

Closed liuwuliuyun closed 6 years ago

liuwuliuyun commented 6 years ago

Symptom: when you finish adding all prefabs in Chapter 1 and start exporting Visual Studio solution, you'll get following error messages in Unity.

capture

Testing Environment: Unity 2017.2.0b8

What I have tired:

  1. Build an empty project and exporting Visual Studio solution on Unity 2017.2.0b8. Result: building succeed, working normal on HoloLens Emulator.
  2. Export the whole project as a package and import the package into the empty project above. Result: still get above error messages.

Best Regards

Yun

darax commented 6 years ago

if you are enabling c# projects in the build settings, there is currently an issue with Unity which will lead to an error that looks like that. Hopefully the next 2017.2 drop will have a fix.

liuwuliuyun commented 6 years ago

OK, I'll test it when the new stable version of Unity is avaliable. Thanks.