A series of utilities that assist in making datamining Unity assets faster and simpler.
v3
This repo provides some tools that can trivialize some steps during the datamine process.
The tools were originally written in Python; the new version is now rewritten in C#. The two versions function more or less the same, refer to the respective page for the specific details.
Benchmark
Running ByteTrimmer on a ~9 GB folder with ~18k files:
- C# version took ~62.5s
- Python version took ~66.6s
You can download an executable built for x64 Windows from Release to use it directly; alternatively, clone the repo and use the Python version instead.