Releases: ashe23/ProjectCleaner
Releases · ashe23/ProjectCleaner
v2.0.1
- fix #49
- now if plugin failed to scan project because of redirector errors, it will show list in
OutputLog
so user can determine exactly which assets causing this problem
v2.0.0
- new updated user interface
- code optimization, scan method enhancements
- all logic now resides in Subsystem class that are exposed to blueprints and python
- added new engine v5.2 support also
- bug fixes
- added version for v5.3
- added version for v5.4
v1.8.2
- #42 removed editor utility assets from scanning and removing, which causes crashes on v4.27 if widget is open
- #43 version for 5.1
v1.8.1
- #41 OFPA and World Partition systems assets detection fix
v1.8.0
- #38 added linux support
- starting from this release we now support only 4.27+ engine versions
v1.6.0
- ProjectCleaner API exposed to Blueprints via BlueprintFunctionLibrary
- fixed
scan developer
option in CLI and API
- unreal engine 5 version
- fixed
show all folders
bug
v1.5
- UI updates
- Scanning and Deletion optimization
- Added CLI interface
- Added support for engine version 4.27
- Added beta support for Unreal Engine 5 Early Access
v1.4
- UI updates
- Exclude options
- Optimization and bug fixes