Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.38 KB

README.md

File metadata and controls

36 lines (29 loc) · 1.38 KB

ProjectCleaner

Unreal engine plugin for managing unused assets and empty folders in your project.

No more need for Migration and other hacky methods.

Versions Supported: 4.27+
Platform: Windows and Linux

Installation

The plugin is available on the marketplace Marketplace URL

Installation from github

  1. Create 'Plugins' folder in your project root directory
  2. Download appropriate version of .zip in releases
  3. Extract to Plugins folder
  4. Open your project, and you're done!

Installation from source

  1. Create 'Plugins' folder in your project root directory
  2. Clone the repository to the 'Plugins' folder (make sure you pick the correct branch for your engine version).
  3. Build the solution and you're done!

Features

  • Detection of unused assets
  • Detection of corrupted assets
  • Detection of indirect assets
  • Detection of external files
  • Empty folders detection
  • Subsystem class that exposes most of the plugin functionality, which can be utilized in Blueprints or Python scripts.
  • Command line interface using Commandlets
  • Works fast on Large projects
  • Intiutive and informative user interface
  • Per-folder asset usage information
  • Configurable scanning and exclusion settings