i want to export a level map from one project to another project
i tried migrating it and copying it in the content folder
but the project does not pick it up / recognize it
it is lying the the project content folder but i cant use it in the editor
Copy the old map into the same folder inside the new project
– e.g. the map is inside Content / MyOldProject / Maps then you create the folder MyOldProject inside your new project and a folder called Maps inside the MyOldProject folder, so it looks like this
Content
New Project
Blueprints
Maps
Materials
Old Project
Maps
i copied the files in a new folder in the content folder of the new project
the file is lying there but the editor is not picking it up
picking the rest up
picking map_builtdata.uasset up
but not picking up map2.umap
Migrating did not work? You could try upgrading the project and then migrate. Open the *.uproject file with notepad or a similar program and edit the version number. Then start the project and try again.
seems part of the problem is plugins. once i have enabled the plugins again from old project to new project the old map now is available and visible in the new project
material is there so it is not that
seems layer info is missing in new project and must be rebuilt
might be that the migration failed when crossing from 5.3 to 5.4