Troubleshooting¶
This guide helps you resolve common issues with Asset Scaffolding. If you can't find a solution here, contact support at assetoptics@brahmaforge.com.
Installation Issues¶
Plugin Not Appearing¶
Symptoms:
- No Asset Scaffolding in Window menu
- No toolbar button
Solutions:
- Check if enabled:
- Go to Edit → Plugins
- Search for "Asset Scaffolding"
- Ensure checkbox is checked
-
Restart if prompted
-
Verify installation:
- Check
AssetScaffoldingfolder exists in Plugins -
Verify all files are present
-
Check engine version:
- Requires Unreal Engine 5.5+
- Check Help → About Unreal Editor
Plugin Won't Load¶
Symptoms:
- Error on project open
- "Failed to load" message
Solutions:
- Reinstall:
- Delete the plugin folder
- Re-download from Fab Marketplace
-
Reinstall
-
Check dependencies:
- Some features need other plugins
-
Check Output Log for specific errors
-
File permissions:
- Ensure read/write access
- On macOS, check for quarantine
Recipe Issues¶
Recipe Fails to Create Asset¶
Symptoms:
- Click create but nothing happens
- Error message in notification
Solutions:
- Check asset name:
- No special characters
- No spaces (use underscores)
-
Name must be unique
-
Check location:
- Folder must exist
- Write permissions required
-
Path can't be too long
-
Check Output Log:
- Window → Developer Tools → Output Log
- Look for specific error messages
Asset Created but Incorrect¶
Symptoms:
- Missing components
- Wrong parent class
- Properties not set
Solutions:
- Recipe version:
- Update Asset Scaffolding to latest
-
Recipes may have been updated
-
Custom recipe issue:
- Open recipe in Designer
- Verify configuration
-
Test with built-in recipe
-
Engine compatibility:
- Some features vary by engine version
- Check release notes
Recipe Not Found¶
Symptoms:
- Recipe missing from library
- Category empty
Solutions:
- Refresh library:
- Close and reopen Asset Scaffolding
-
Click refresh button
-
Check filters:
- Clear any active filters
-
Check category selection
-
Custom recipes:
- Import may have failed
- Re-import the recipe file
Game World Issues¶
Game World Empty¶
Symptoms:
- No systems shown
- Missing previously added items
Solutions:
- Project mismatch:
- Verify correct project is open
-
Game World is per-project
-
Cache issue:
- Close Unreal Engine
- Delete
Saved/AssetScaffoldingfolder -
Reopen and rescan
-
Corrupted state:
- Open Studio Mode → Settings
- Click "Reset Game World"
- Rescan project
Missing Asset Warnings¶
Symptoms:
- Red "Missing" status
- Assets were deleted externally
Solutions:
- If intentional:
- Right-click → Remove from Game World
-
Stops tracking the asset
-
If accidental:
- Check Trash/Recycle Bin
- Restore the file
-
Refresh Game World
-
If moved:
- Right-click → Locate
- Browse to new location
- Game World updates tracking
Dependencies Showing Errors¶
Symptoms:
- Orphaned status
- Dependency chain broken
Solutions:
- Recreate dependency:
- Identify missing dependency
- Scaffold it using a recipe
-
Dependencies resolve automatically
-
Manual fix:
- Open the broken asset
- Fix references manually
- Refresh Game World
Studio Mode Issues¶
Recipe Designer Won't Save¶
Symptoms:
- Save fails
- Changes lost
Solutions:
- Validation errors:
- Check all required fields
- Asset type must be selected
-
Name can't be empty
-
Permission issue:
- Check user folder permissions
-
Recipes save to user-specific location
-
Disk space:
- Ensure sufficient disk space
- Check for full drives
C++ Classes Not Found¶
Symptoms:
- C++ Discovery shows nothing
- Your classes missing
Solutions:
- Compile your code:
- C++ must be compiled
- Hot reload may help
-
Try full rebuild
-
UCLASS macro:
- Classes need UCLASS()
-
Must be in proper module
-
Refresh:
- Click refresh in Discovery
- May take time for large projects
Import/Export Failing¶
Symptoms:
- Can't import recipe file
- Export produces invalid file
Solutions:
- File format:
- Must be
.asrecipeextension -
File must be valid JSON
-
Version mismatch:
- Recipes from newer versions may not import
-
Update Asset Scaffolding
-
Corrupted file:
- Try re-exporting from source
- Check file isn't truncated
Performance Issues¶
Slow to Open¶
Symptoms:
- Long load time
- UI freezes on open
Solutions:
- Large project:
- Game World scans project
- Large projects take longer
-
Wait for initial scan
-
Many recipes:
- Custom recipes are loaded
-
Remove unused custom recipes
-
Disable auto-scan:
- Settings → Auto-scan on open
- Disable for faster open
- Manual scan when needed
UI Lag¶
Symptoms:
- Slow response
- Delayed updates
Solutions:
- Reduce visible items:
- Use filters
-
Collapse categories
-
Close other panels:
- Reduce editor load
- Focus on essential panels
Asset Optics Integration Issues¶
Integration Not Working¶
Symptoms:
- No Asset Optics indicator
- Features disabled
Solutions:
- Check both plugins:
- Both must be enabled
-
Same project loaded
-
Asset Optics logged in:
- Must be authenticated
-
Project must be selected
-
Restart:
- Close Unreal Engine
- Reopen both plugins
See Asset Optics Integration for more details.
Getting Help¶
Before Contacting Support¶
Gather:
- Unreal Engine version
- Asset Scaffolding version
- Operating system
- Steps to reproduce
- Output Log contents
- Screenshots
Contact¶
© 2026 BrahmaForge. All rights reserved.