hello,
how can i transfer my project from a laptop to another laptop.
My pleasure
hello,
how can i transfer my project from a laptop to another laptop.
My pleasure
You can connect your project to a version control system like Git or Perforce (I think Git would suffice in this case) to collaborate!
Here’s an amazing tutorial on version control with Git for Unreal Engine:
You would need to invite your collaborator (which is you in this case, just from another PC) on Git and the collaborator (again, you in this case) would need to clone the repository to begin collaboration. (Haven’t tried it myself but I think you can as well just clone the repo right away if you log into Git with the same account)
Keep in mind that it’s recommended to have separate branches for each collaborator (even if it’s just you) for organization purposes and also to prevent losing progress for one side.
Hope this helps!