每当我尝试在Unity上运行本地服务器时,我都会收到此错误:
ArgumentException: Can't find process with ID 787
发生此错误后,该按钮被禁用。我正在使用Mac,我在代理后面跑,但我的同事说他可以运行它就好了。也许这是一个错误?一旦我点击了错误,它就会指向LaunchAssetBundleServer脚本中的这行代码,该脚本默认带有您可以从unity下载的AssetBundleManager。
var process = Process.GetProcessById (instance.m_ServerPID);