Windows
系统要求
支持 64-bit 的 Windows 7、Windows 10、Windows 11 操作系统。
由于 Windows 平台的特性,游戏的安装目录不能含有英文字符分号(;),否则会导致游戏无法找到必要的 DLL,导致游戏运行失败。
如果 Windows 平台接入 Google、Facebook、LINE、Apple 等渠道,需要引入 WebView。
版本要求
建议基于 Microsoft Visual C++ Redistributable 2015-2022 编译器运行。
Windows 7:
- 安装 Microsoft Visual C++ Redistributable packages 并添加
VC_redist.x64.exe /install /quiet /norestart
命令到安装程序脚本。 - 安装 Windows 7 安全更新 (KB3063858)。
- 安装 Microsoft Visual C++ Redistributable packages 并添加
Windows 8 和 Windows 8.1:
安装 Microsoft Visual C++ Redistributable packages 并添加
VC_redist.x64.exe /install /quiet /norestart
命令到安装程序脚本。
以下 SDK 可用于 Windows 上的游戏客户端开发,可根据游戏引擎选择合适的 SDK:
Player Network SDK | 描述 | 更多详情 |
---|---|---|
Unreal Engine | 适用于 C++ 或蓝图的 SDK | UE Windows 指南 |
Unity | Unity3d 的独立 SDK | Unity Windows 指南 |