我也是连接失败,但是研究了一小会弄好了。
虽然启动游戏了,但是服务端这里出了个错误。
我的是这个:Unhandled exception. System.InvalidOperationException: Unable to configure HTTPS endpoint. No server certificate was specified, and the default developer certificate could not be found or is out of date.
To generate a developer certificate run 'dotnet dev-certs https'. To trust the certificate (Windows and macOS only) run 'dotnet dev-certs https --trust'.
大概意思是没有证书,只需要打开cmd输入“dotnet dev-certs https --trust”这条指令安装证书就能开游戏了。
希望这条可以帮助到你。