Skip to main content Link Menu Expand (external link) Document Search Copy Copied

What is the Cleanup Operation

The Cleanup operation (also known as Cleanup unused) is the process by which the plugin collects the unused from the input assets and creates a Cleanup report.

Input assets

The Cleanup operation can be initiated from different places with different input assets:

What is the Fast Cleanup

The Fast Cleanup is the fast version of the clenaup operation, it uses the same logic as the Complex Cleanup but relys on cached information to determine references between assets.

What is the Complex Cleanup

The Complex Cleanup is a more robust version of the cleanup operation, it loads all assets into memory to ensure all asset references are up to date but takes signafiacntly longer (especially on larger projects).

This version is currently disable due to engine crashes.

What is the Cleanup report

image

List actions

Delete

Starts to forcefully delete all assets inside the report.

Mark as Core

Marks as Core all assets inside the report.

Exclude from package

Marks as Excluded all assets inside the report.

Context actions

Remove

Removes the selected assets from the report list, leaving it untouched.

References

Opens the selected assets in the Reference Viewer).

Audit

Opens the selected assets in the Asset Audit UI.

Soft revert

Removes the selected assets from the Mark for add state within the current source control by performing a soft revert (equivalent of p4 revert -k).

Mark as Core

Marks as Core the selected assets.

Exclude from package

Marks as Excluded the selected assets.

Delete

Starts to forcefully delete the selected assets.