Installation
How to install NeoStack AI in your Unreal Engine project
From Fab Marketplace
- Purchase/download NeoStack AI from Fab
- In Epic Games Launcher, go to Unreal Engine > Library
- Find NeoStack AI in FAB Library and click Install to Engine
- Select engine version you want to install plugin for
- Restart Unreal Editor
- Open Tools > Agent Chat and follow the Setup Checklist
Manual Installation
- Download the plugin zip file
- Extract to your project’s
Pluginsfolder:YourProject/ └── Plugins/ └── NeoStackAI/ ├── NeoStackAI.uplugin └── Source/ - If your project is c++ regenerate project files (right-click
.uproject> Generate Project Files) and build project. - Launch the editor
Verify Installation
After installation, verify the plugin is enabled:
- Open Edit > Plugins
- Search for “NeoStack AI”
- Ensure the checkbox is enabled
- Restart if prompted
You should now see Tools > Agent Chat in the editor menu.
FAB Installation Video Tutorial
Website Installation Video Tutorial
Packaging for Non-Desktop Platforms
Requirements
| Requirement | Version |
|---|---|
| Unreal Engine | 5.5–5.8 |
| Platform | Windows, macOS, Linux |
| Type | Editor Only |