Skip to content

Install

◄hollsteinm► edited this page Feb 16, 2024 · 3 revisions

These are the basic instructions for installing Reasonable Planning AI for your project. There are two ways to install, the Open Source Edition or the Marketplace Edition. If you are unfamiliar with installing and enabling Unreal Engine Plugins, please read the official documentation.

Open Source Edition

There are two methods of using the Open Source Edition. Either clone the source code or copy the zip folder into your Plugins directory.

C++ Project

Pre-requisite: git

Either create or convert your Game Project as a C++ Project.

Navigate to your Game Project directory. Create or open your "Plugins" directory. In the "Plugins" directory, open a command prompt or terminal. Execute the following command:

git clone https://github.com/hollsteinm/ReasonablePlanningAI

Back in Windows Explorer or Finder, navigate back to the root of the Game Project. Right click the .uproject file and regenerate source code. Open your project and let it build.

Blueprint Project [COMING SOON]

TODO: Will upload packaged builds of the Open Source Edition to Github for download.

Marketplace Edition [COMING SOON]

Purchase Reasonable Planning AI on the Unreal Engine Marketplace

Log into your Epic Games account in the Epic Launcher. Navigate to the Engine. Scroll down to the Vault and type "RPAI" in the search bar. If not installed already, select "Install to Engine".

Final Step

Open up the plugins dialogue in your Unreal Editor and search for "RPAI". Ensure it is enabled.