Installation Guide¶
This guide provides step-by-step instructions for installing Asset Optics and getting started with your first project.
System Requirements¶
Before installing Asset Optics, ensure your system meets the following requirements:
Unreal Engine¶
- Version: Unreal Engine 5.5, 5.6, or 5.7
- Platforms: Windows (Win64), macOS
Operating System¶
- Windows: Windows 10/11 (64-bit)
- macOS: macOS 11 (Big Sur) or later
Network¶
- Internet Connection: Required for authentication and sync
- Firewall: Allow connections to
asset-optics.brahmaforge.com
Browser (for Web Dashboard)¶
- Chrome, Firefox, Safari, or Edge (latest versions)
Installation from Fab Marketplace¶
The recommended way to install Asset Optics is through the Fab Marketplace.
Step 1: Purchase/Download¶
- Open the Fab Marketplace
- Search for "Asset Optics"
- Click on the Asset Optics 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 Optics under your plugins
- Click Install to Engine
- Select your Unreal Engine version (5.5, 5.6, or 5.7)
- Wait for the installation to complete
Step 3: Enable in Your Project¶
- Open your Unreal Engine project
- Go to Edit → Plugins
- Search for "Asset Optics"
- Check the Enabled checkbox
- Click Restart Now when prompted
Manual Installation¶
If you downloaded Asset Optics 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
AssetOpticsPluginfolder intoPlugins
YourProject/
├── Config/
├── Content/
├── Plugins/
│ └── AssetOpticsPlugin/ ← 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 using a specific engine version:
- 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
AssetOpticsPluginfolder into thePluginsdirectory - Restart Unreal Engine
Verifying Installation¶
After installation, verify that Asset Optics is working:
- Open your Unreal Engine project
- Look for Asset Optics in the main toolbar
- Click the Asset Optics button
- The Asset Optics panel should open
If you see the welcome screen with the "Get Started" button, the installation is successful!
Updating the Plugin¶
From Fab Marketplace¶
- Open the Epic Games Launcher
- Go to Library
- Find Asset Optics
- Click Update if available
- Restart Unreal Engine
Manual Update¶
- Close Unreal Engine
- Delete the old
AssetOpticsPluginfolder - Copy the new
AssetOpticsPluginfolder to the same location - Reopen Unreal Engine
Uninstalling¶
Disable the Plugin¶
- Open your project in Unreal Engine
- Go to Edit → Plugins
- Find Asset Optics
- Uncheck Enabled
- Restart Unreal Engine
Remove Files¶
Project-specific installation:
- Delete the
AssetOpticsPluginfolder from your project'sPluginsdirectory
Engine-wide installation:
- Delete the
AssetOpticsPluginfolder from the engine'sPluginsdirectory
Next Steps¶
After installation:
- Follow the Quick Start Guide to set up your first project
- Explore the Planning Board for task management
- Learn about Focus Mode for smart prioritization
© 2026 BrahmaForge. All rights reserved.