Troubleshooting¶
Common issues and solutions for Asset Atlas.
Installation Issues¶
Plugin Not Appearing in Menu¶
Symptoms: No "Asset Atlas" in Window menu after installation.
Solutions:
- Verify the plugin is enabled:
- Edit > Plugins > Search "Asset Atlas"
- Ensure checkbox is checked
-
Restart editor
-
Check engine version:
- Asset Atlas requires UE 5.4+
-
Earlier versions are not supported
-
Verify installation:
- Check Fab Library shows "Installed"
- Try reinstalling from Fab
Compilation Errors¶
Symptoms: Build errors when compiling with Asset Atlas.
Solutions:
- Ensure Visual Studio/Xcode is properly configured
- Verify you have the correct engine version
- Try regenerating project files:
- Right-click .uproject > Generate Project Files
Scanning Issues¶
Scan Takes Too Long¶
Symptoms: Scanning hangs or takes many minutes.
Solutions:
- Exclude unnecessary folders:
- Project Settings > Asset Atlas > Excluded Folders
-
Add
/Game/Developers, test folders, etc. -
Disable external packages:
- Uncheck "Include External Packages"
-
This skips plugin/engine assets
-
Check project size:
- Very large projects (10,000+ assets) naturally take longer
- Consider scanning specific folders
Scan Shows 0 Assets¶
Symptoms: Scan completes but shows no assets.
Solutions:
- Verify your project has content in
/Game/ - Check excluded folders aren't too broad
- Ensure you're in a valid UE project
- Try rescanning (triple-click refresh for force)
Scan Crashes Editor¶
Symptoms: Editor crashes during or after scan.
Solutions:
- Update to latest version from Fab
- Check for corrupted assets:
- Look for assets that crash when opening
- Remove or fix them
- Reduce scope:
- Exclude problematic folders
- Scan smaller portions first
- Report issue with crash log to support
Graph Display Issues¶
Graph Is Empty¶
Symptoms: Graph shows no nodes or clusters.
Solutions:
- Ensure scan completed successfully
- Clear any active filters (click Reset)
- Check search box is empty
- Zoom out (scroll wheel)
Nodes Overlap¶
Symptoms: Asset nodes or clusters overlap each other.
Solutions:
- Increase spacing: Click the + button
- Collapse clusters: Click expanded clusters to collapse
- Use filters: Reduce visible nodes
- Reset view: Click Reset button
Graph Performance Is Poor¶
Symptoms: Lag when panning, zooming, or expanding.
Solutions:
- Reduce Max Visible Nodes:
- Project Settings > Asset Atlas
-
Lower to 100-200
-
Keep clusters collapsed:
-
Only expand when needed
-
Use filters:
-
Filter by type or folder to reduce nodes
-
Disable overlays:
- Turn off Asset Optics integration if not needed
Grading Issues¶
Grade Seems Wrong¶
Symptoms: Grade doesn't match expectations (e.g., clean project gets C).
Solutions:
- Check preset:
- Different presets have different thresholds
-
Try "Lenient" or "SampleProject" for sample content
-
Review the tooltip:
- Hover over ⓘ on Project Health card
-
See exact scoring breakdown
-
Check ignored items:
- Ignored orphans/circulars are excluded
-
Ignore intentionally unused assets
-
Adjust custom rules:
- Create custom JSON preset
- Tune thresholds for your project
Orphan Count Is High¶
Symptoms: Many orphans reported but assets seem used.
Causes:
- Level streaming: Maps load assets not shown as references
- Dynamic loading:
LoadObjectcalls not detected - Soft references: May not be counted as dependencies
- Code references: C++ references not always tracked
Solutions:
- Use Ignore for false positives
- Review if assets are truly unused
- Check Reference Viewer for details
Circular Count Is High¶
Symptoms: Many circulars reported but seem like false positives.
Solutions:
- Increase minimum chain length:
-
Use custom preset with
minChainLength: 4 -
Use filters:
- Enable "Ignore Engine Assets"
-
Enable "Ignore Self References"
-
Ignore known patterns:
- Click Ignore on acceptable chains
Integration Issues¶
Asset Optics Not Working¶
Symptoms: No Asset Optics overlays or menu items.
Solutions:
- Verify Asset Optics is installed:
- Check Edit > Plugins
-
Asset Optics must be enabled
-
Enable integration:
- Project Settings > Asset Atlas
-
Check "Enable Asset Optics Integration"
-
Set Project ID:
- Get ID from Asset Optics settings
-
Enter in Asset Atlas settings
-
Check network:
- Verify internet connection
- Check backend URL if self-hosted
Context Menu Items Missing¶
Symptoms: Right-click menu doesn't show expected options.
Solutions:
- Ensure you right-clicked an asset node (not cluster)
- Verify Asset Optics integration is enabled
- Check Asset Optics plugin is loaded
General Issues¶
Settings Not Saving¶
Symptoms: Changes to settings revert after restart.
Solutions:
- Ensure you have write access to Config folder
- Check project isn't read-only
- Try "Save All" after changing settings
Onboarding Won't Show¶
Symptoms: Can't restart the onboarding wizard.
Solutions:
- Click ? button in header
- Select "Start Onboarding Tutorial"
- If still missing, check project state file
Export Not Working¶
Symptoms: Export Report button does nothing.
Solutions:
- Ensure you have scan results (scan first)
- Check you have write access to the export location
- Try exporting to a different location
Getting Help¶
If issues persist:
- Email: assetoptics@brahmaforge.com
- Include:
- UE version
- Asset Atlas version
- Steps to reproduce
- Crash logs (if applicable)