I’m trying to migrate project files into another project. I bought some asset packs that can’t be added into an existing project, you have to make a separate one. When I click to migrate the content into my game, the folders get exported but they’re empty in the destination project.
So then I tried to migrate individual files folders 1 by 1, and I received a message saying the destination folder isn’t a content folder.
What’s going on?
1 Like
The project you’re migrating from has to be the same engine version ( or lower ) as the project you’re migrating to.
When migrating, select the content folder as the destination.
1 Like
just a detail to add about the content folder thing,
it is annoying but when you migrate you have to select the Content folder as the destination.
So if you want to move the migrated assets to a specific directory, you need to setup mirror directories in the target project. Otherwise you have to manually move them in the target project after migration. If it is a lot of stuff with dependancies it can take awhile and you have to clean up the redirectors - a chore.
2 Likes
Alright, thanks! I thought it would be a simple process, I guess not.
1 Like