Skip to content

A Unity Package that automatically gets rid of unnecessary debug files that are automatically generated during your Unity build

License

Notifications You must be signed in to change notification settings

Generalisk/Unity-CleanBuild

Repository files navigation

openupm openupm

Clean Build

Clean Build is A Unity Package that automatically gets rid of unnecessary files that are automatically generated during your Unity build.

Examples of files that will be automatically deleted include:

  • 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

INSTALLATION

Install manually (.unitypackage/.tgz)

Go to the repositories Releases tab and download the latest release (or any other release but we recommend sticking to the latest).

.unitypackage

Open the Assets menu or right click in your Project Browser and go to Import Package -> Custom Package... and select the .unitypackage file to import into your project.

.tgz

In the Package Manager, click on the + icon and go to Install package from tarball... and select the .tgz file to import into your project.

Install using Git URL

In the Package Manager, click on the + icon and go to Install package from git URL... and then enter this URL:

https://github.com/Generalisk/Unity-CleanBuild.git

Install via OpenUPM

Go to the Packages OpenUPM page and follow the installation instructions provided.

About

A Unity Package that automatically gets rid of unnecessary debug files that are automatically generated during your Unity build

Topics

Resources

License

Stars

Watchers

Forks

Languages