Skip to main content

Installation

Caution

The pre-compiled binaries are available only for Windows platform.
They can be used out-of-the-box to develop your game in the Editor and package your games for Windows.
If you want to package your game for other platforms (MacOS, Linux, Android, iOS, ...) you will need to either:

  • package the plugin yourself for the targeted platforms outside of your project and reinstall the plugin using the one you've packaged,
  • OR convert your BP-only project into a C++ project, so the plugin will be compiled alongside your project for the targeted platforms.

Download the pre-compiled plugin corresponding with your Unreal Engine version.
For example, if you are using Unreal Engine 5.3.2 and you want plugin v3.3.1, you have to download the file ProceduralDungeon_v3.3.1+UE5.3.zip.

Once downloaded, extract the plugin inside your Unreal engine Plugins folder (UE4) or Plugins/Marketplace folder (UE5).
For instance:

  • UE4: C:\Program Files\Epic Games\UE_4.27\Engine\Plugins
  • UE5: C:\Program Files\Epic Games\UE_5.2\Engine\Plugins\Marketplace
info

The extracted .uplugin must be located directly inside the ProceduralDungeon directory.
Here the example final path for UE5:
C:\Program Files\Epic Games\UE_5.2\Engine\Plugins\Marketplace\ProceduralDungeon\ProceduralDungeon.uplugin