Skip to content

Releases: lucoiso/UEElementusModules

Elementus Modules v0.1.1

07 Apr 18:50
Compare
Choose a tag to compare

Full Changelog: v0.1.0...v0.1.1

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! :)

Elementus Modules v0.1.0

12 Feb 15:19
Compare
Choose a tag to compare

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! :)