环境:Unity3D 5.3.5f1,Mac
代码中用到WWWForm去post,在Editor中就报了这个错误
Rejected because no crossdomain.xml policy file was found
在Editor的解决办法:在ProjectSetting ——> Editor ——> 勾上Enable Webplayer Security Emulation,Host URL 改为你WWWForm访问的网址,例如:xxx.yourdomain.com:xxxx/xxx,我这用的是二级域名,冒号后是端口号。
参考链接:Security Sandbox of the Webplayer
原文链接:https://www.f2er.com/xml/294993.html