zCubed3 / asset_migrator

A tool to assist in the process of porting Unity scenes and prefabs from one project to another!
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link
unity unity3d unity3d-mod unity3d-modding

Asset Migrator (For Unity modding)

Ever had files from one Unity project you wanted to migrate to another?

Usually you'd export a package, but this isn't ideal when exporting giant amounts of assets!

Or ever wanted to port a modding project from a prior game to a new one? Given the script's names remain the same, asset migrator should be able to port your favorite scenes / prefabs!

Asset migrator helps solve that problem by resolving meta files for you and copying data properly!

Special Thanks

DISCLAIMER!

This is a rewrite + extension of https://github.com/notnotnotswipez/PrefabConverter to Rust! All credit goes to notnotnotswipez for his original implementation.