Assembly-CSharp-firstpass.dll could no be found
系统:windows 10 专业版 64位(10.0,版本 15063)
工具:Unity 5.6.3p1 (64-bit) 、 VS 2017
在进行hololens开发时候,首先使用unity新建工程,然后build,对于build之后的工程,使用vs打开,运行部署到hololens模拟器上,但是始终报错:Assembly-CSharp-firstpass.dll could no be found
解决办法:
将Unity 5.6.3p1 (64-bit) 换成 Unity 5.6.3p2 (64-bit)。
原因:
这是unity的bug!!!对于其他版本的unity,可以参照
5.5 version with the fix: 5.5.4p5 (not released yet)
5.6 version with the fix: 5.6.3p2
2017.1 version with fix: 2017.1.0p5
2017.2 version with fix: 2017.2.0b7
来源于:https://forum.unity.com/threads/net-scripting-backend-and-visual-studio-2017-3-incompatibility.487833/
更换成Unity 5.6.3p2 (64-bit)之后,成功运行