Skip to content

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

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta

Generalisk/Unity-CleanBuild

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

  • 1: Directly download this repository and paste it into your Packages folder
    • make sure the folder is named com.generalisk.clean-build
  • 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
    

About

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

Topics

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta

Stars

Watchers

Forks

Languages