今天将制作好的项目打包后点击登录按钮没反应(在Unity中运行过一次没问题),原以为是按钮控件的问题,可是添加其他按钮测试又有反应,这时候查看报错提示PlatformNotSupportedException: Operation is not supported on this platform.此平台不支持操作。在网上搜索了各种方法尝试都不行,这时候就想到修改Api Compatibility Level
Unity打包exe(连接MySQL)出现PlatformNotSupportedException: Operation is not supported on this platform.的问题
改成.NET 4.x。打包好的程序成功连接MySQL

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-21
  • 2022-12-23
  • 2021-09-08
  • 2021-07-15
  • 2021-07-08
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-02
  • 2022-12-23
  • 2022-12-23
  • 2021-09-18
  • 2021-12-21
相关资源
相似解决方案