MonoGame Mac安装说明
本文关键字:说明 安装 Mac MonoGame | 更新日期: 2023-09-27 18:32:55
有谁知道如何在Mac上安装MonoGame。我已经环顾四周一段时间了,找不到任何指南。我已经启动并运行了Mono和MonoDevelop,但是我不知道如何安装MonoGame。谢谢。
一般来说,对于MonoGame:
- 从 GitHub 下载源代码
- 启动一个新项目
-
Add Existing Project
MonoGame.YourPlatform.csproj
和Lidgren.Network.YourPlatform.csproj
在您的 - 新项目中添加对 MonoGame 的引用
真的没有什么可以"安装"的。
只是为了更新这篇文章的现代(后MonoDevelopment和.SLN
,新的SDK结构)时代。
VS Code和Apple Silicon的方向在这个问题中得到了回答。
仅在英特尔(x64) Mac 上继续阅读。
对于 Visual Studio for Mac 设置和说明:
安装 Visual Studio for Mac
安装 Visual Studio for Mac 的 MonoGame 扩展
从版本 3.8 开始,包基于 NuGet;只需更新最新版本的引用中的 NuGet 包。
带有框架和 X64 vs ARM(Apple Silicon)警告的新 dotnet SDK 结构在此 [问题] 中进行了扩展。