Clean Build is A Unity Package that automatically gets rid of unnecessary files that are automatically generated during your Unity build.
- Program Debug Files (PDBs) which often get automatically generated due to Managed Stripping among various other things
- IL2CPP build files
- Burst compiler reports
- Direct3D12 Binaries (if unused by project)
- Standalone Windows only
Note
This package does not apply to Development builds
- 1: Directly download this repository and paste it into your
Packagesfolder- make sure the folder is named
com.generalisk.clean-build
- make sure the folder is named
- 2: Add the package to the Unity Package Manager (UPM) using this URL:
https://github.com/Generalisk/Unity-CleanBuild.git - 3: Install via OpenUPM
openupm add com.generalisk.clean-build