- 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.
推薦閱讀
- Spring 5.0 By Example
- Microsoft Application Virtualization Cookbook
- 樂學Web編程:網站制作不神秘
- PostgreSQL技術內幕:事務處理深度探索
- OpenCV 3和Qt5計算機視覺應用開發
- 現代C:概念剖析和編程實踐
- MySQL數據庫應用實戰教程(慕課版)
- Mastering PowerCLI
- Drupal Search Engine Optimization
- Java RESTful Web Service實戰
- 基于MATLAB的控制系統仿真及應用
- Mobile Test Automation with Appium
- Mastering VMware vSphere Storage
- C++游戲設計案例教程
- Python GUI設計:tkinter菜鳥編程