Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.39 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.39 KB

Aura

Game project developed while learning Udemy course, "Unreal Engine 5 - Gameplay Ability System - Top Down RPG".

Installation Details —

  • Unreal Engine 5 —

    • Version: 5.2.1-26001984
    • Build Date: Jun 15 2023
    • Graphics RHI: DirectX 12 (SM6)
  • Visual Studio 2022 IDE —

    • Version: 17.11.5
    • Microsoft Visual C++ (MSVC): 19.41.34123

Notes —

  1. Due to size limitation of GitHub repositories, this project does not include any assets of the game provided in this course.
  2. Commit messages are mostly the course lecture titles, except some of them are for important fixes or updating this README.md file.
  3. Since the Unreal Engine's version is 5.2.1-26001984, the version used for Visual Studio 2022 IDE is 17.11.5. This is to avoid compilation issues encountered for later updated versions of its components and tools.
  4. It may be possible to use the latest version of Visual Studio 2022 IDE 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.