我在安装UnityVS时得到一个套接字异常
System.ArgumentException:值不属于预期范围。SyntaxTree.VisualStudio.Unity.Messaging.BeaconServer..ctor (SyntaxTree.VisualStudio.Unity.Messaging.UnityProcess进程0x00000 in : 0x00000 in : 0x00000 in : SyntaxTree.VisualStudio.Unity.Bridge.Announcer..cctor () 0x00000 in :0 UnityEditor.EditorAssemblies:SetLoadedEditorAssemblies(Assembly[])
这可能是什么原因?
发布于 2013-09-11 15:51:56
这是UnityVS 1.2中的一个小错误。好消息是,它是固定在1.8。
这不会影响调试游戏的能力。
这仅仅意味着我们未能在远程调试场景中通过多播来宣布编辑器的存在。当地的一切都会很好。
https://stackoverflow.com/questions/18731680
复制相似问题