
説明
# SimpleAssetCleaner
## Documentation
https://github.com/MZSH-UEPlugins/UEPluginDocs/blob/main/SimpleAssetCleaner/README.md
---
## Overview
SimpleAssetCleaner automatically cleans unreferenced assets from your Unreal Engine project, keeping your repository clean and organized.
---
## Key Features
- Auto-Clean on Submit: Automatically removes unreferenced assets when opening submit dialog
- Safe Revert for New Files: Reverts unreferenced added files without deleting local copies
- Smart Reference Analysis: DFS-based reference chain tracking from configurable root assets
- VCS Integration: Works with Perforce, Git, SVN through Unreal's source control API
---
## Use Cases
- Keep repository clean by automatically removing unreferenced assets
- Prevent accidentally submitting unused assets to version control
- Maintain organized project structure in team environments

