Skip to content

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

  1. Open the Fab Marketplace
  2. Search for "Asset Scaffolding"
  3. Click on the Asset Scaffolding Plugin
  4. Click Add to Library (or purchase if required)
  5. The plugin will be added to your Epic Games library

Step 2: Install to Engine

  1. Open the Epic Games Launcher
  2. Go to the Library tab
  3. Find Asset Scaffolding under your plugins
  4. Click Install to Engine
  5. Select your Unreal Engine version
  6. Wait for the installation to complete

Step 3: Enable in Your Project

  1. Open your Unreal Engine project
  2. Go to Edit → Plugins
  3. Search for "Asset Scaffolding"
  4. Check the Enabled checkbox
  5. 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:

  1. Locate your project folder (where the .uproject file is)
  2. Create a Plugins folder if it doesn't exist
  3. Copy the AssetScaffolding folder into Plugins
YourProject/
├── Config/
├── Content/
├── Plugins/
│   └── AssetScaffolding/    ← Copy here
├── Source/
└── YourProject.uproject
  1. Open your project in Unreal Engine
  2. The plugin will be automatically detected and loaded

Engine-Wide Installation

Install the plugin for all projects:

  1. Navigate to your Unreal Engine installation:
  2. Windows: C:\Program Files\Epic Games\UE_5.5\Engine\Plugins\
  3. macOS: /Users/Shared/Epic Games/UE_5.5/Engine/Plugins/
  4. Copy the AssetScaffolding folder into the Plugins directory
  5. Restart Unreal Engine

Verifying Installation

After installation:

  1. Open your Unreal Engine project
  2. Go to Window → Asset Scaffolding or look for it in the toolbar
  3. Click to open the Asset Scaffolding panel
  4. If you see the welcome screen, installation is successful!

Updating the Plugin

From Fab Marketplace

  1. Open the Epic Games Launcher
  2. Go to Library
  3. Find Asset Scaffolding
  4. Click Update if available
  5. Restart Unreal Engine

Manual Update

  1. Close Unreal Engine
  2. Delete the old AssetScaffolding folder
  3. Copy the new AssetScaffolding folder to the same location
  4. Reopen Unreal Engine

Uninstalling

Disable the Plugin

  1. Open your project in Unreal Engine
  2. Go to Edit → Plugins
  3. Find Asset Scaffolding
  4. Uncheck Enabled
  5. Restart Unreal Engine

Remove Files

  • Delete the AssetScaffolding folder from your Plugins directory

Next Steps

After installation:

  1. Set Up Your First Project
  2. Explore Game Factory Mode
  3. Learn About Recipes

© 2026 BrahmaForge. All rights reserved.