Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Elementus Modules v0.1.0

Compare
Choose a tag to compare
@lucoiso lucoiso released this 12 Feb 15:19
· 14 commits to main since this release

Requirements

  • Unreal Engine 5.1+.
  • Visual Studio 2019 or 2022 with the module Game Development with C++.

Installation

  1. Download ElementusModules_UE51.zip
  2. After the download complete, go to your project's directory and check if there's a folder named "Plugins". Create if doesn't exist.
  3. Inside the 'Plugins' directory, create a new folder 'ElementusModules'.
  4. Unzip the (.zip) content inside the new directory 'ElementusModules'.
  5. Go to your project's root directory, right click the .uproject file and select: Generate Visual Studio Project Files.
  6. Open the generated .sln file and rebuild your project.
  7. Open your project and let's dev! :)