how do you merge two unity projects together?

My friend and I are working on a project, where she has one part of the terrain set up and I have another, and we would like to know if it is possible to merge/combine two different scenes into one project so that our placement of models stay in the same place?

You can take everything in one project, and export it to an asset package. (in the file menu under Assets - Export Package).

Just take this package, and import it into the other Unity project.

5 Likes