问题解决UnityVS: Web Target with Web Security enabled will prevent opening files and communication with UnityVS.
在Unity中打开脚本时,UnityVS报警告:UnityVS: Web Target with Web Security enabled will prevent opening files and communication with UnityVS.
。
原因是当前平台设置成了Web Player,在File -> Build Setting -> Platform
选择非Web Player的平台,点击Switch Platform
切换,问题解决。