【Unity】unity build 客户端 运行报错

PlatformNotSupportedException: Operation is not supported on this platform.

unity build 客户端 运行报错

我当前在测试 TouchSocket 组件的功能
我使用的是 TouchSocket 2.0.0-beta 版本

Editor 环境测试没有问题,就想打包测试看看整么个情况
~但是,打出包后执行报错:

PlatformNotSupportedException: Operation is not supported on this platform.
  at TouchSocket.Core.Method.CreateILInvoker (System.Reflection.MethodInfo methodInfo) [0x0003a] in <586aff3dce854f699688803b7a8d80e0>:0 
  at TouchSocket.Core.Method..ctor (System.Reflection.MethodInfo method, System.Boolean build) [0x0005f] in <586aff3dce854f699688803b7a8d80e0>:0 
  at TouchSocket.Core.Method..ctor (System.Reflection.MethodInfo method) [0x00000] in <586aff3dce854f699688803b7a8d80e0>:0 
  at TouchSocket.Core.PluginManager.TouchSocket.Core.IPluginManager.Add (TouchSocket.Core.IPlugin plugin) [0x00150] in <586aff3dce854f699688803b7a8d80e0>:0 
  at TouchSocket.Dmtp.DmtpPluginManagerExtension.UseDmtpHeartbeat (TouchSocket.Core.IPluginManager pluginManager) [0x00006] in <7c9f7788f6e34cedae7a415e64f94b5c>:0 
  ...

在这里插入图片描述

【解决办法】
然后就使用 浏览器 解决大法
翻到这样一篇文章: Unity打包运行出现:PlatformNotSupportedException该平台不支持此操作的解决记录

和我问题类似,尝试改改,真就解决了!!!
我的打包配置如下:
在这里插入图片描述