Game project developed while learning Udemy course, "Unreal Engine 5 - Gameplay Ability System - Top Down RPG".
-
Unreal Engine 5 —
- Version:
5.2.1-26001984 - Build Date:
Jun 15 2023 - Graphics RHI:
DirectX 12 (SM6)
- Version:
-
Visual Studio 2022 —
- IDE Version:
17.14.30 - Microsoft Visual C++ (MSVC Compiler):
14.41.z
- IDE Version:
- Due to size limitation of GitHub repositories, this project does not include any assets provided by Udemy course.
- Commit messages are mostly the course lecture titles, except some of them are for important fixes or updating this README.md file.
- Since the Unreal Engine's version is
5.2.1-26001984, and the version used for Visual Studio 2022 IDE is17.14.30, the MSVC compiler must have version starting with14.41.z. This is to avoid compilation issues encountered by later updated versions of MSVC compiler. - It may be possible to use the latest version of Visual Studio 2022 compilers but installing the necessary tools like MSVC, Windows SDK, .NET and additional ones like LLVM will require a manual selection of their versions based on Setting Up Visual Studio documentation.