Skip to content

Commit b6d70d2

Browse files
authored
Create README.md
1 parent c94b8db commit b6d70d2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)