Skip to content

Commit c700784

Browse files
committed
Improve submodule stripping
Taken from Marcel Pursche: https://discussions.unity.com/t/unity-web-stripping-tool-feedback/1667902/3
1 parent 1e57166 commit c700784

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

Assets/BuildSettings/DefaultSubmoduleStrippingSettings.asset

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,24 @@ MonoBehaviour:
1616
RemoveEmbeddedDebugSymbols: 1
1717
MissingSubmoduleErrorHandling: 0
1818
SubmodulesToStrip:
19+
- 2D Rendering Common
20+
- 2D Rendering Sorting
21+
- 2D Rendering Sprite Tiling
22+
- Advanced Text Generator Support
1923
- Freetype2
2024
- IMGUI
2125
- System.Xml
26+
- Mesh Async Upload
27+
- Mesh Blend Shapes
28+
- Mesh Combiner
29+
- Mesh Compression
30+
- Mesh Optimizer
31+
- Mesh Script Bindings
32+
- Mesh Skinning
33+
- ParticleSystem
2234
- TetGen
2335
- Text Rendering
24-
- Texture Decompression BC
25-
- Texture Decompression ETC
36+
- Texture Decompression
2637
- Texture Decompression Crunch
2738
- UI Toolkit
39+
- Unity UI

0 commit comments

Comments
 (0)