We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c94b8db commit b6d70d2Copy full SHA for b6d70d2
.github/README.md
@@ -0,0 +1,14 @@
1
+<div align="center">
2
+
3
+ # Clean Build
4
+</div>
5
6
+Clean Build is A Unity Package that automatically gets rid of unnecessary debug files that are automatically generated during your Unity build.
7
8
+### Examples of files that will be automatically deleted include:
9
+- Program Debug Files (PDBs) which often get automatically generated due to Managed Stripping among various other things
10
+- IL2CPP build files
11
+- Burst compiler reports
12
13
+> [!Note]
14
+> This package does not apply to Development builds
0 commit comments