Installation¶
This guide provides step-by-step instructions for installing Asset Scaffolding.
System Requirements¶
Unreal Engine¶
- Version: Unreal Engine 5.5 or later
- Platforms: Windows (Win64), macOS
Operating System¶
- Windows: Windows 10/11 (64-bit)
- macOS: macOS 11 (Big Sur) or later
Installation from Fab Marketplace¶
The recommended way to install Asset Scaffolding is through the Fab Marketplace.
Step 1: Purchase/Download¶
- Open the Fab Marketplace
- Search for "Asset Scaffolding"
- Click on the Asset Scaffolding Plugin
- Click Add to Library (or purchase if required)
- The plugin will be added to your Epic Games library
Step 2: Install to Engine¶
- Open the Epic Games Launcher
- Go to the Library tab
- Find Asset Scaffolding under your plugins
- Click Install to Engine
- Select your Unreal Engine version
- Wait for the installation to complete
Step 3: Enable in Your Project¶
- Open your Unreal Engine project
- Go to Edit → Plugins
- Search for "Asset Scaffolding"
- Check the Enabled checkbox
- Click Restart Now when prompted
Manual Installation¶
If you downloaded Asset Scaffolding directly, you can install it manually.
Project-Specific Installation¶
Install the plugin for a single project:
- Locate your project folder (where the
.uprojectfile is) - Create a
Pluginsfolder if it doesn't exist - Copy the
AssetScaffoldingfolder intoPlugins
YourProject/
├── Config/
├── Content/
├── Plugins/
│ └── AssetScaffolding/ ← Copy here
├── Source/
└── YourProject.uproject
- Open your project in Unreal Engine
- The plugin will be automatically detected and loaded
Engine-Wide Installation¶
Install the plugin for all projects:
- Navigate to your Unreal Engine installation:
- Windows:
C:\Program Files\Epic Games\UE_5.5\Engine\Plugins\ - macOS:
/Users/Shared/Epic Games/UE_5.5/Engine/Plugins/ - Copy the
AssetScaffoldingfolder into thePluginsdirectory - Restart Unreal Engine
Verifying Installation¶
After installation:
- Open your Unreal Engine project
- Go to Window → Asset Scaffolding or look for it in the toolbar
- Click to open the Asset Scaffolding panel
- If you see the welcome screen, installation is successful!
Updating the Plugin¶
From Fab Marketplace¶
- Open the Epic Games Launcher
- Go to Library
- Find Asset Scaffolding
- Click Update if available
- Restart Unreal Engine
Manual Update¶
- Close Unreal Engine
- Delete the old
AssetScaffoldingfolder - Copy the new
AssetScaffoldingfolder to the same location - Reopen Unreal Engine
Uninstalling¶
Disable the Plugin¶
- Open your project in Unreal Engine
- Go to Edit → Plugins
- Find Asset Scaffolding
- Uncheck Enabled
- Restart Unreal Engine
Remove Files¶
- Delete the
AssetScaffoldingfolder from yourPluginsdirectory
Next Steps¶
After installation:
© 2026 BrahmaForge. All rights reserved.