Visual Studio 在 Mac 上 Unreal Engine(最新版本)
Visual Studio on Mac with Unreal Engine (last version)
我想知道在 mac 上是否有任何形式的使用 UE 而没有 Xcode。我想像 main IDE 一样使用 Visual Studio 2017 来编程我的项目而不安装 Xcode。提前致谢。
PD:我的英文不是很好,如有错误请见谅
编辑:我看错了问题,寻找我给出的其他答案,Visual Studio for Mac is only C#.
但是,自最近Unreal Engine 4.18 release(2017/10/23)以来,您可以在macOS、Linux和Windows下使用Visual Studio代码。
您需要安装 .NET Core 2.0 运行时和一些其他依赖项才能获得完整的 C++ 支持和调试。
To use Visual Studio Code to build and debug all project types, some additional extensions are required. On all platforms, make sure the Microsoft C/C++ extension, and the C# extension are installed. On Linux and Mac, the "Mono Debug" extension is required to debug C# projects, and the “LLDB Debugger” extension is required to debug C++ projects.
否,Visual Studio for Mac 不支持 C++,因为 stated in various places:
Visual Studio for Mac is a developer environment optimized for building mobile and cloud apps with Xamarin and .NET. There has no option to create C++ project in this version
some other community members reported this suggestion to the Visual Studio Product Team, please check this: Support C++ in Visual Studio for Mac and you can vote it, then waiting for the feedback from the Visual Studio Product Team.
此外,as reformulated in the UE forums 上面写着:
Looks like vs for mac is just a rebranded xamarin studio, and only supports C#, no C++.
我想知道在 mac 上是否有任何形式的使用 UE 而没有 Xcode。我想像 main IDE 一样使用 Visual Studio 2017 来编程我的项目而不安装 Xcode。提前致谢。
PD:我的英文不是很好,如有错误请见谅
编辑:我看错了问题,寻找我给出的其他答案,Visual Studio for Mac is only C#.
但是,自最近Unreal Engine 4.18 release(2017/10/23)以来,您可以在macOS、Linux和Windows下使用Visual Studio代码。 您需要安装 .NET Core 2.0 运行时和一些其他依赖项才能获得完整的 C++ 支持和调试。
To use Visual Studio Code to build and debug all project types, some additional extensions are required. On all platforms, make sure the Microsoft C/C++ extension, and the C# extension are installed. On Linux and Mac, the "Mono Debug" extension is required to debug C# projects, and the “LLDB Debugger” extension is required to debug C++ projects.
否,Visual Studio for Mac 不支持 C++,因为 stated in various places:
Visual Studio for Mac is a developer environment optimized for building mobile and cloud apps with Xamarin and .NET. There has no option to create C++ project in this version some other community members reported this suggestion to the Visual Studio Product Team, please check this: Support C++ in Visual Studio for Mac and you can vote it, then waiting for the feedback from the Visual Studio Product Team.
此外,as reformulated in the UE forums 上面写着:
Looks like vs for mac is just a rebranded xamarin studio, and only supports C#, no C++.