zCubed3 / asset_migrator

A tool to assist in the process of porting Unity scenes and prefabs from one project to another!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • notnotnotswipez - Thank you for writing the original!
  • Fersy - Thank you for testing!
  • DayTrip - Thank you for testing!

DISCLAIMER!

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

About

A tool to assist in the process of porting Unity scenes and prefabs from one project to another!

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Rust 98.9%Language:Shell 1.1%