You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 12, 2025. It is now read-only.
Unity3D UnusedBytecodeStripper2 wrapper. For processing built dlls before il2cpp.
4
+
5
+
When unity building iOS player, UnusedBytecodeStripper2 will be used to strip unused code from dlls needs to be converted to C++ code.
6
+
This tool wraps UnusedBytecodeStripper2, make it execute IProcessDll defined in dlls at the same location of UnusedBytecodeStripper2.exe
7
+
before executing original UnusedBytecodeStripiper2.
8
+
9
+
The idea came from [Unity3D.UselessAttributeStripper](https://github.com/SaladLab/Unity3D.UselessAttributeStripper).
10
+
11
+
Check [modified Unity3D.UselessAttributeStripper](https://github.com/xiaobin83/Unity3D.UselessAttributeStripper) and [Unity3D.HotPatchEnabler](https://github.com/xiaobin83/Unity3D.HotPatchEnabler) that work with it.
0 commit comments