SmartlyDressedGames / U3-SDK
SmartlyDressedGames / U3-SDK
U3 SDK Source code for Unturned, a free open-world zombie survival sandbox game. 《Unturned》的 U3 SDK 源代码,这是一款免费的开放世界僵尸生存沙盒游戏。
Getting Started 入门指南
Download/clone this repository 下载或克隆此存储库。
Install Unity Hub (required to install engine) 安装 Unity Hub(安装引擎所必需)。
Install the Unity 2022.3.62f3 editor 安装 Unity 2022.3.62f3 编辑器。
Optional: if making code changes, select Game development with Unity + .NET desktop development in the Visual Studio installer 可选:如果需要修改代码,请在 Visual Studio 安装程序中选择“使用 Unity 的游戏开发”以及“.NET 桌面开发”组件。
Ensure Steam is running and you have Unturned installed (large binary files and mods are loaded from here) 确保 Steam 正在运行且已安装《Unturned》(大型二进制文件和模组将从此处加载)。
Open the project with the Unity editor 使用 Unity 编辑器打开项目。
Click play! 点击运行!
Resources 资源
Frequently Asked Questions 常见问题解答
Source Code Demo: Adding a Heat-Seeking Missile on YouTube 源代码演示:在 YouTube 上观看如何添加热追踪导弹
Unturned’s Modding Documentation 《Unturned》模组制作文档