Skip to content

A fast unity GUID remapper that when pointed at two directorys will remap scripts, assets, and shaders. Replacing the bad referenced files with good ones.

License

Notifications You must be signed in to change notification settings

C0mputery/AutoUnityGuidRemapper

Repository files navigation

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

About

A fast unity GUID remapper that when pointed at two directorys will remap scripts, assets, and shaders. Replacing the bad referenced files with good ones.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages