如何在没有下载 zip 按钮的情况下从 GitHub 下载?

How to download from GitHub without download zip button?

我无法从 GitHub 下载,因为我找不到下载 zip 按钮;它实际上没有这个link。

这是link:

https://github.com/fholm/unityassets/tree/master/VoiceChat

你能帮我下载unity的免费语音聊天吗?

每个 repo 都有一个存档(zip 图像),以防你没有 Git 来克隆所述 repo。

你的情况:https://github.com/fholm/unityassets/archive/master.zip

这将包括 VoiceChat 子文件夹。

当然,另一种选择是使用 Git 克隆存储库。
在这种情况下,you could do a sparse checkout 并仅克隆感兴趣的子文件夹。