- Hands-On Artificial Intelligence with Unreal Engine
- Francesco Sapio
- 137字
- 2021-06-24 15:23:14
Visual Studio
You won't need this if you are using Blueprint—this is for C++ users only.
In fact, we will need an IDE to edit our C++ code. We are going to use Visual Studio, since it's well-integrated with Unreal. You will be able to download Visual Studio Community Edition for free through the official website, https://www.visualstudio.com, or from https://visualstudio.microsoft.com/vs/.
You may also find this short guide on how to set up Visual Studio so that it works with Unreal Engine useful: https://docs.unrealengine.com/en-us/Programming/Development/VisualStudioSetup.
Once you have everything installed and ready to go, we can continue with the rest of this chapter.
If you are a MacOS user, there is a version of Visual Studio for MacOS. You can use that one. Alternatively, you might be able to use XCode.
推薦閱讀
- Microsoft Exchange Server PowerShell Cookbook(Third Edition)
- Mastering matplotlib
- Django Design Patterns and Best Practices
- Learn Scala Programming
- Backbone.js Blueprints
- Linux操作系統基礎案例教程
- 深入淺出Serverless:技術原理與應用實踐
- Nginx Lua開發實戰
- 用戶體驗可視化指南
- 深入剖析Java虛擬機:源碼剖析與實例詳解(基礎卷)
- R語言數據可視化:科技圖表繪制
- Android Studio Cookbook
- SQL Server 入門很輕松(微課超值版)
- Web開發新體驗
- Beginning PHP