Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 576 Bytes

File metadata and controls

10 lines (6 loc) · 576 Bytes

TAKE A LOOK AT THE STRAFTAT BRANCH IT'S A BIT CLEANER

AutoUnityGuidRemapper

Simple little command line tool that is able to quickly remap thousands of referenced unity files, writen in C# utlizing multithreadng for the most performance.

Example:

AUTOREMAPPER "path/to/unityProjectDirectory" "path/to/unityProjectDirectory/Assets/!RippedAssets" "path/to/unityProjectDirectory/Assets/!ImportedAssets" true true

AUTOREMAPPER "path/to/unityProjectDirectory" "path/to/unityProjectDirectory/Assets/!RippedAssets" "path/to/unityProjectDirectory/Library/PackageCache" true true