Getting error in compiling Unity UWP build with Visual Studio 2017.3

跟風遠走 提交于 2019-12-01 02:02:23

According to your error, it seems you are having the same issue here: .NET scripting backend and Visual Studio 2017.3 incompatibility.

There is a compatibility issue between Unity and Visual Studio 2017 update 3 when targeting UWP, using .NET scripting backend (IL2CPP scripting backend is not affected) and building generated Visual Studio project.

To fix this issue, you can try with IL2CPP scripting backend, or upgrade Unity to the following version:

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!