I am having problem with combining 2 projects together. I have 2 games, I want to put them in one project so they become one game that has both games.
My problem is that I used some the assets of the first game in the second game and then I made the necessary changes in these assets on the second game.
I had no idea that this would backfire on me! When I try to put the files of the second project in the first one some prefabs and scenes of the 2nd project are linked with scripts from the first project! Although they are different in content and name!
I tried a different approach by exporting the 2nd project files, but when I open the package I find that Unity will override the assets in the 1st project.
I tried another approach by deleting all meta files in the 2nd project and copy the assets to the first project… still the same problem!
What’s really confusing me is that both projects have different meta files
Help!