Move current project to new computer

Hi all,

I have decided to buy a new computer with a faster cpu, graphics ability and memory. However I have not finished my current game so I need to move the project to the new computer.
I have seen a couple of explanations how to do it but neither seem to work properly when I tried them.
One said to copy everything except the library file, yet when I installed an tried to open the project it said the library was missing and the scene remained empty.
Another showed someone moving the project to a virtual machine inside the same computer.

I currently use Unity Personal edition is that causing the problem?
Could anyone please explain step by step to me how I can move the project?

Please help, I really don’t want to have to reset the whole game.

Just copy the project folder (all of it).

–Eric

1 Like

Many Thanks, it worked perfectly!

Any specific directions on how to do that?

That’s how things work. When you remove the Library folder, it is rebuilt by Unity when you load your project. Then, you have to open your scene manually.