From 3c1598708d8dcb331a626679cad91c74a70ebea8 Mon Sep 17 00:00:00 2001 From: tanghai Date: Sun, 31 Dec 2023 01:44:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=BF=90=E8=A1=8C=E6=8C=87?= =?UTF-8?q?=E5=8D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "Book/1.1\350\277\220\350\241\214\346\214\207\345\215\227.md" | 4 ++++ 1 file changed, 4 insertions(+) diff --git "a/Book/1.1\350\277\220\350\241\214\346\214\207\345\215\227.md" "b/Book/1.1\350\277\220\350\241\214\346\214\207\345\215\227.md" index 9003a83dd50..87ac54bea7a 100644 --- "a/Book/1.1\350\277\220\350\241\214\346\214\207\345\215\227.md" +++ "b/Book/1.1\350\277\220\350\241\214\346\214\207\345\215\227.md" @@ -23,6 +23,10 @@ 10. 帧同步默认是一个人匹配,如果需要多人匹配,修改**LSConstValue.cs**中的**MatchCount**即可 +11. 注意要独立启动服务器,右键UnityHub,以管理员身份运行UnityHub,然后启动Unity(没有管理员启动是不行的,因为服务端要开启http服务,普通权限开不了),如果要用rider单独启动服务器也要右键用管理员权限运行rider + 停止Unity Play,点开Unity菜单->ET->Server Tools->Start Server(Single Process),这样就单独启动了服务端。打开Unity菜单 -> ET -> BuildTool中CodeMode改成Client,点击Unity Play,登录。 + 如果还是连接不上报10037错误,注意看ET/Logs目录,看有没有Error日志。 + # 打包过程 1. 点击HybridCLR -> Installer,点击安装,等待安装完成