UNITY3D中调用winform发布出现问题补充
2023/4/2 点击:
Unity3d 调用了Winform后, 项目打包时出现,The dll is not allowed to be included or could not be found” while building.
这个问题很好办!
1:删除掉工程目录下的System.Windows.Forms.dll等文件
2:切换palayer settings 下的 Api Compatibility Level: .NET Standard 2.0 ->.NET 4.x
3:在Asset 目录下添加文件 mcs.rsp文件,只要建立一个文本文件,输入内容 -r:System.Windows.Forms.dll , 然后改名为mcs.rsp
4:重启unity3d, 再打包看看效果吧。
- 上一篇:使用两个IMU测量手臂或者腿关节角度 2023/4/24
- 下一篇:UNITY3D中调用winform文件选择框选择路径和文件名 2023/3/31