windows phone 应用程序的统一构建错误证书
Error certificate build in unity for windows phone applications
当我尝试使用 unity3d 为 windows phone 10.
构建我的应用程序时,如何修复这些错误
命名空间 'System.Security.Cryptography' 中不存在类型或命名空间名称 'X509Certificates'(是否缺少程序集引用?)
找不到类型或命名空间名称 'X509Chain'(是否缺少 using 指令或程序集引用?)
从“文件”->“构建设置”转到您的设置。 Select Windows 存储 并单击播放器设置。在右侧,将脚本后端从 .NET 更改为 IL2CPP。
当我尝试使用 unity3d 为 windows phone 10.
构建我的应用程序时,如何修复这些错误命名空间 'System.Security.Cryptography' 中不存在类型或命名空间名称 'X509Certificates'(是否缺少程序集引用?)
找不到类型或命名空间名称 'X509Chain'(是否缺少 using 指令或程序集引用?)
从“文件”->“构建设置”转到您的设置。 Select Windows 存储 并单击播放器设置。在右侧,将脚本后端从 .NET 更改为 IL2CPP。